HSL(57, 71%, 54%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,71%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 71%, 54%) | color: hsl(57, 71%, 54%) | |
| HEX | #DDD536 | color: #DDD536 | |
| RGB | rgb(221, 213, 54) | color: rgb(221, 213, 54) | |
| CMYK | cmyk(0%, 4%, 76%, 13%) | — | |
| HSV | hsv(57, 76%, 87%) | — | |
| HWB | hwb(57 21% 13%) | color: hwb(57 21% 13%) | |
| OKLCH | oklch(0.8534 0.1677 106.47) | color: oklch(0.8534 0.1677 106.47) | |
| Lab | lab(83.56 -14.32 73.6) | color: lab(83.56 -14.32 73.6) | |
| LCH | lch(83.56 74.98 101.01) | color: lch(83.56 74.98 101.01) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#DAD95C — rgb(218, 217, 92)
Deuteranopia (Green-blind)
#DADB66 — rgb(218, 219, 102)
Tritanopia (Blue-blind)
#DD7B82 — rgb(221, 123, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 71%, 54%);
text
color: hsl(57, 71%, 54%);
border
border: 2px solid hsl(57, 71%, 54%);
gradient light
background: linear-gradient(to right, hsl(57, 71%, 74%), hsl(57, 71%, 54%));
gradient dark
background: linear-gradient(to right, hsl(57, 71%, 54%), hsl(57, 71%, 34%))
hex
background-color: #DDD536;
tailwind
bg-[hsl(57,71%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 71%, 54%, 0.4);
css variable
--color-primary: hsl(57, 71%, 54%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 71%, 54%)?
HEX: #DDD536 | RGB: rgb(221, 213, 54) | CMYK: 0%, 4%, 76%, 13% | HSV: 57°, 76%, 87%. Copy any format from the conversion table above.
What colors go well with #DDD536?
The complementary color is HSL(237, 71%, 54%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 71%, 54%) in CSS?
As HSL: color: hsl(57, 71%, 54%); — As HEX: color: #DDD536; — As RGB: color: rgb(221, 213, 54); — Tailwind CSS: bg-[hsl(57,71%,54%)] — CSS variable: --color-primary: hsl(57, 71%, 54%);