HSL(53, 40%, 81%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,40%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 40%, 81%) | color: hsl(53, 40%, 81%) | |
| HEX | #E2DDBB | color: #E2DDBB | |
| RGB | rgb(226, 221, 187) | color: rgb(226, 221, 187) | |
| CMYK | cmyk(0%, 2%, 17%, 11%) | — | |
| HSV | hsv(52, 17%, 89%) | — | |
| HWB | hwb(52 74% 11%) | color: hwb(52 74% 11%) | |
| OKLCH | oklch(0.8927 0.0454 100.35) | color: oklch(0.8927 0.0454 100.35) | |
| Lab | lab(87.71 -3.85 17.33) | color: lab(87.71 -3.85 17.33) | |
| LCH | lch(87.71 17.75 102.53) | color: lch(87.71 17.75 102.53) |
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)
#E0E0C3 — rgb(224, 224, 195)
Deuteranopia (Green-blind)
#E0E1C5 — rgb(224, 225, 197)
Tritanopia (Blue-blind)
#E2CACB — rgb(226, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 40%, 81%);
text
color: hsl(53, 40%, 81%);
border
border: 2px solid hsl(53, 40%, 81%);
gradient light
background: linear-gradient(to right, hsl(53, 40%, 100%), hsl(53, 40%, 81%));
gradient dark
background: linear-gradient(to right, hsl(53, 40%, 81%), hsl(53, 40%, 61%))
hex
background-color: #E2DDBB;
tailwind
bg-[hsl(53,40%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 40%, 81%, 0.4);
css variable
--color-primary: hsl(53, 40%, 81%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 40%, 81%)?
HEX: #E2DDBB | RGB: rgb(226, 221, 187) | CMYK: 0%, 2%, 17%, 11% | HSV: 52°, 17%, 89%. Copy any format from the conversion table above.
What colors go well with #E2DDBB?
The complementary color is HSL(233, 40%, 81%). 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, 40%, 81%) in CSS?
As HSL: color: hsl(53, 40%, 81%); — As HEX: color: #E2DDBB; — As RGB: color: rgb(226, 221, 187); — Tailwind CSS: bg-[hsl(53,40%,81%)] — CSS variable: --color-primary: hsl(53, 40%, 81%);