HSL(57, 60%, 61%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,60%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 60%, 61%) | color: hsl(57, 60%, 61%) | |
| HEX | #D7D160 | color: #D7D160 | |
| RGB | rgb(215, 209, 96) | color: rgb(215, 209, 96) | |
| CMYK | cmyk(0%, 3%, 55%, 16%) | — | |
| HSV | hsv(57, 55%, 84%) | — | |
| HWB | hwb(57 38% 16%) | color: hwb(57 38% 16%) | |
| OKLCH | oklch(0.8433 0.135 106.16) | color: oklch(0.8433 0.135 106.16) | |
| Lab | lab(82.32 -12.42 55.78) | color: lab(82.32 -12.42 55.78) | |
| LCH | lch(82.32 57.15 102.55) | color: lch(82.32 57.15 102.55) |
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)
#D4D47B — rgb(212, 212, 123)
Deuteranopia (Green-blind)
#D5D582 — rgb(213, 213, 130)
Tritanopia (Blue-blind)
#D79196 — rgb(215, 145, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 60%, 61%);
text
color: hsl(57, 60%, 61%);
border
border: 2px solid hsl(57, 60%, 61%);
gradient light
background: linear-gradient(to right, hsl(57, 60%, 81%), hsl(57, 60%, 61%));
gradient dark
background: linear-gradient(to right, hsl(57, 60%, 61%), hsl(57, 60%, 41%))
hex
background-color: #D7D160;
tailwind
bg-[hsl(57,60%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 60%, 61%, 0.4);
css variable
--color-primary: hsl(57, 60%, 61%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 60%, 61%)?
HEX: #D7D160 | RGB: rgb(215, 209, 96) | CMYK: 0%, 3%, 55%, 16% | HSV: 57°, 55%, 84%. Copy any format from the conversion table above.
What colors go well with #D7D160?
The complementary color is HSL(237, 60%, 61%). 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, 60%, 61%) in CSS?
As HSL: color: hsl(57, 60%, 61%); — As HEX: color: #D7D160; — As RGB: color: rgb(215, 209, 96); — Tailwind CSS: bg-[hsl(57,60%,61%)] — CSS variable: --color-primary: hsl(57, 60%, 61%);