HSL(55, 40%, 73%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,40%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 40%, 73%) | color: hsl(55, 40%, 73%) | |
| HEX | #D6D19F | color: #D6D19F | |
| RGB | rgb(214, 209, 159) | color: rgb(214, 209, 159) | |
| CMYK | cmyk(0%, 2%, 26%, 16%) | — | |
| HSV | hsv(55, 26%, 84%) | — | |
| HWB | hwb(55 62% 16%) | color: hwb(55 62% 16%) | |
| OKLCH | oklch(0.8524 0.0661 102.92) | color: oklch(0.8524 0.0661 102.92) | |
| Lab | lab(83.13 -6.14 25.5) | color: lab(83.13 -6.14 25.5) | |
| LCH | lch(83.13 26.23 103.54) | color: lch(83.13 26.23 103.54) |
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)
#D4D4AB — rgb(212, 212, 171)
Deuteranopia (Green-blind)
#D4D5AE — rgb(212, 213, 174)
Tritanopia (Blue-blind)
#D6B5B7 — rgb(214, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 40%, 73%);
text
color: hsl(55, 40%, 73%);
border
border: 2px solid hsl(55, 40%, 73%);
gradient light
background: linear-gradient(to right, hsl(55, 40%, 93%), hsl(55, 40%, 73%));
gradient dark
background: linear-gradient(to right, hsl(55, 40%, 73%), hsl(55, 40%, 53%))
hex
background-color: #D6D19F;
tailwind
bg-[hsl(55,40%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 40%, 73%, 0.4);
css variable
--color-primary: hsl(55, 40%, 73%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 40%, 73%)?
HEX: #D6D19F | RGB: rgb(214, 209, 159) | CMYK: 0%, 2%, 26%, 16% | HSV: 55°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #D6D19F?
The complementary color is HSL(235, 40%, 73%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 40%, 73%) in CSS?
As HSL: color: hsl(55, 40%, 73%); — As HEX: color: #D6D19F; — As RGB: color: rgb(214, 209, 159); — Tailwind CSS: bg-[hsl(55,40%,73%)] — CSS variable: --color-primary: hsl(55, 40%, 73%);