HSL(61, 27%, 80%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,27%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 27%, 80%) | color: hsl(61, 27%, 80%) | |
| HEX | #D9DABE | color: #D9DABE | |
| RGB | rgb(217, 218, 190) | color: rgb(217, 218, 190) | |
| CMYK | cmyk(0%, 0%, 13%, 15%) | — | |
| HSV | hsv(62, 13%, 85%) | — | |
| HWB | hwb(62 74% 15%) | color: hwb(62 74% 15%) | |
| OKLCH | oklch(0.8802 0.0374 108.82) | color: oklch(0.8802 0.0374 108.82) | |
| Lab | lab(86.31 -5.09 13.69) | color: lab(86.31 -5.09 13.69) | |
| LCH | lch(86.31 14.61 110.4) | color: lch(86.31 14.61 110.4) |
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)
#D9D9C5 — rgb(217, 217, 197)
Deuteranopia (Green-blind)
#D9D9C6 — rgb(217, 217, 198)
Tritanopia (Blue-blind)
#D9CACB — rgb(217, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 27%, 80%);
text
color: hsl(61, 27%, 80%);
border
border: 2px solid hsl(61, 27%, 80%);
gradient light
background: linear-gradient(to right, hsl(61, 27%, 100%), hsl(61, 27%, 80%));
gradient dark
background: linear-gradient(to right, hsl(61, 27%, 80%), hsl(61, 27%, 60%))
hex
background-color: #D9DABE;
tailwind
bg-[hsl(61,27%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 27%, 80%, 0.4);
css variable
--color-primary: hsl(61, 27%, 80%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 27%, 80%)?
HEX: #D9DABE | RGB: rgb(217, 218, 190) | CMYK: 0%, 0%, 13%, 15% | HSV: 62°, 13%, 85%. Copy any format from the conversion table above.
What colors go well with #D9DABE?
The complementary color is HSL(241, 27%, 80%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 27%, 80%) in CSS?
As HSL: color: hsl(61, 27%, 80%); — As HEX: color: #D9DABE; — As RGB: color: rgb(217, 218, 190); — Tailwind CSS: bg-[hsl(61,27%,80%)] — CSS variable: --color-primary: hsl(61, 27%, 80%);