HSL(53, 32%, 74%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,32%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 32%, 74%) | color: hsl(53, 32%, 74%) | |
| HEX | #D2CDA7 | color: #D2CDA7 | |
| RGB | rgb(210, 205, 167) | color: rgb(210, 205, 167) | |
| CMYK | cmyk(0%, 2%, 20%, 18%) | — | |
| HSV | hsv(53, 20%, 82%) | — | |
| HWB | hwb(53 66% 18%) | color: hwb(53 66% 18%) | |
| OKLCH | oklch(0.8426 0.0511 101.2) | color: oklch(0.8426 0.0511 101.2) | |
| Lab | lab(81.92 -4.45 19.59) | color: lab(81.92 -4.45 19.59) | |
| LCH | lch(81.92 20.09 102.8) | color: lch(81.92 20.09 102.8) |
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)
#D0D0B0 — rgb(208, 208, 176)
Deuteranopia (Green-blind)
#D0D1B2 — rgb(208, 209, 178)
Tritanopia (Blue-blind)
#D2B7B9 — rgb(210, 183, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 32%, 74%);
text
color: hsl(53, 32%, 74%);
border
border: 2px solid hsl(53, 32%, 74%);
gradient light
background: linear-gradient(to right, hsl(53, 32%, 94%), hsl(53, 32%, 74%));
gradient dark
background: linear-gradient(to right, hsl(53, 32%, 74%), hsl(53, 32%, 54%))
hex
background-color: #D2CDA7;
tailwind
bg-[hsl(53,32%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 32%, 74%, 0.4);
css variable
--color-primary: hsl(53, 32%, 74%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 32%, 74%)?
HEX: #D2CDA7 | RGB: rgb(210, 205, 167) | CMYK: 0%, 2%, 20%, 18% | HSV: 53°, 20%, 82%. Copy any format from the conversion table above.
What colors go well with #D2CDA7?
The complementary color is HSL(233, 32%, 74%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 32%, 74%) in CSS?
As HSL: color: hsl(53, 32%, 74%); — As HEX: color: #D2CDA7; — As RGB: color: rgb(210, 205, 167); — Tailwind CSS: bg-[hsl(53,32%,74%)] — CSS variable: --color-primary: hsl(53, 32%, 74%);