HSL(53, 41%, 71%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,41%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 41%, 71%) | color: hsl(53, 41%, 71%) | |
| HEX | #D3CC97 | color: #D3CC97 | |
| RGB | rgb(211, 204, 151) | color: rgb(211, 204, 151) | |
| CMYK | cmyk(0%, 3%, 28%, 17%) | — | |
| HSV | hsv(53, 28%, 83%) | — | |
| HWB | hwb(53 60% 17%) | color: hwb(53 60% 17%) | |
| OKLCH | oklch(0.838 0.0701 101.43) | color: oklch(0.838 0.0701 101.43) | |
| Lab | lab(81.44 -5.77 27.35) | color: lab(81.44 -5.77 27.35) | |
| LCH | lch(81.44 27.95 101.91) | color: lch(81.44 27.95 101.91) |
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)
#D0D0A4 — rgb(208, 208, 164)
Deuteranopia (Green-blind)
#D0D1A7 — rgb(208, 209, 167)
Tritanopia (Blue-blind)
#D3AEB0 — rgb(211, 174, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 41%, 71%);
text
color: hsl(53, 41%, 71%);
border
border: 2px solid hsl(53, 41%, 71%);
gradient light
background: linear-gradient(to right, hsl(53, 41%, 91%), hsl(53, 41%, 71%));
gradient dark
background: linear-gradient(to right, hsl(53, 41%, 71%), hsl(53, 41%, 51%))
hex
background-color: #D3CC97;
tailwind
bg-[hsl(53,41%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 41%, 71%, 0.4);
css variable
--color-primary: hsl(53, 41%, 71%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 41%, 71%)?
HEX: #D3CC97 | RGB: rgb(211, 204, 151) | CMYK: 0%, 3%, 28%, 17% | HSV: 53°, 28%, 83%. Copy any format from the conversion table above.
What colors go well with #D3CC97?
The complementary color is HSL(233, 41%, 71%). 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, 41%, 71%) in CSS?
As HSL: color: hsl(53, 41%, 71%); — As HEX: color: #D3CC97; — As RGB: color: rgb(211, 204, 151); — Tailwind CSS: bg-[hsl(53,41%,71%)] — CSS variable: --color-primary: hsl(53, 41%, 71%);