HSL(52, 33%, 85%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,33%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 33%, 85%) | color: hsl(52, 33%, 85%) | |
| HEX | #E5E2CC | color: #E5E2CC | |
| RGB | rgb(229, 226, 204) | color: rgb(229, 226, 204) | |
| CMYK | cmyk(0%, 1%, 11%, 10%) | — | |
| HSV | hsv(53, 11%, 90%) | — | |
| HWB | hwb(53 80% 10%) | color: hwb(53 80% 10%) | |
| OKLCH | oklch(0.9093 0.0295 100.61) | color: oklch(0.9093 0.0295 100.61) | |
| Lab | lab(89.59 -2.7 11.12) | color: lab(89.59 -2.7 11.12) | |
| LCH | lch(89.59 11.44 103.65) | color: lch(89.59 11.44 103.65) |
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)
#E4E4D1 — rgb(228, 228, 209)
Deuteranopia (Green-blind)
#E4E4D3 — rgb(228, 228, 211)
Tritanopia (Blue-blind)
#E5D6D6 — rgb(229, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 33%, 85%);
text
color: hsl(52, 33%, 85%);
border
border: 2px solid hsl(52, 33%, 85%);
gradient light
background: linear-gradient(to right, hsl(52, 33%, 100%), hsl(52, 33%, 85%));
gradient dark
background: linear-gradient(to right, hsl(52, 33%, 85%), hsl(52, 33%, 65%))
hex
background-color: #E5E2CC;
tailwind
bg-[hsl(52,33%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 33%, 85%, 0.4);
css variable
--color-primary: hsl(52, 33%, 85%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 33%, 85%)?
HEX: #E5E2CC | RGB: rgb(229, 226, 204) | CMYK: 0%, 1%, 11%, 10% | HSV: 53°, 11%, 90%. Copy any format from the conversion table above.
What colors go well with #E5E2CC?
The complementary color is HSL(232, 33%, 85%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 33%, 85%) in CSS?
As HSL: color: hsl(52, 33%, 85%); — As HEX: color: #E5E2CC; — As RGB: color: rgb(229, 226, 204); — Tailwind CSS: bg-[hsl(52,33%,85%)] — CSS variable: --color-primary: hsl(52, 33%, 85%);