HSL(56, 53%, 84%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(56,53%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(56, 53%, 84%) | color: hsl(56, 53%, 84%) | |
| HEX | #ECE9C1 | color: #ECE9C1 | |
| RGB | rgb(236, 233, 193) | color: rgb(236, 233, 193) | |
| CMYK | cmyk(0%, 1%, 18%, 7%) | — | |
| HSV | hsv(56, 18%, 93%) | — | |
| HWB | hwb(56 76% 7%) | color: hwb(56 76% 7%) | |
| OKLCH | oklch(0.9262 0.0525 103.83) | color: oklch(0.9262 0.0525 103.83) | |
| Lab | lab(91.67 -5.45 19.85) | color: lab(91.67 -5.45 19.85) | |
| LCH | lch(91.67 20.58 105.35) | color: lch(91.67 20.58 105.35) |
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)
#EBEBCB — rgb(235, 235, 203)
Deuteranopia (Green-blind)
#EBEBCD — rgb(235, 235, 205)
Tritanopia (Blue-blind)
#ECD2D4 — rgb(236, 210, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(56, 53%, 84%);
text
color: hsl(56, 53%, 84%);
border
border: 2px solid hsl(56, 53%, 84%);
gradient light
background: linear-gradient(to right, hsl(56, 53%, 100%), hsl(56, 53%, 84%));
gradient dark
background: linear-gradient(to right, hsl(56, 53%, 84%), hsl(56, 53%, 64%))
hex
background-color: #ECE9C1;
tailwind
bg-[hsl(56,53%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(56, 53%, 84%, 0.4);
css variable
--color-primary: hsl(56, 53%, 84%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(56, 53%, 84%)?
HEX: #ECE9C1 | RGB: rgb(236, 233, 193) | CMYK: 0%, 1%, 18%, 7% | HSV: 56°, 18%, 93%. Copy any format from the conversion table above.
What colors go well with #ECE9C1?
The complementary color is HSL(236, 53%, 84%). For a triadic harmony, use hues 56°, 176°, and 296°. For analogous combinations, try hues 26° and 86°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(56, 53%, 84%) in CSS?
As HSL: color: hsl(56, 53%, 84%); — As HEX: color: #ECE9C1; — As RGB: color: rgb(236, 233, 193); — Tailwind CSS: bg-[hsl(56,53%,84%)] — CSS variable: --color-primary: hsl(56, 53%, 84%);