HSL(54, 60%, 87%)
Very Light Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Light Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,60%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 60%, 87%) | color: hsl(54, 60%, 87%) | |
| HEX | #F2EECA | color: #F2EECA | |
| RGB | rgb(242, 238, 202) | color: rgb(242, 238, 202) | |
| CMYK | cmyk(0%, 2%, 17%, 5%) | — | |
| HSV | hsv(54, 17%, 95%) | — | |
| HWB | hwb(54 79% 5%) | color: hwb(54 79% 5%) | |
| OKLCH | oklch(0.943 0.0473 102.03) | color: oklch(0.943 0.0473 102.03) | |
| Lab | lab(93.58 -4.49 17.94) | color: lab(93.58 -4.49 17.94) | |
| LCH | lch(93.58 18.49 104.05) | color: lch(93.58 18.49 104.05) |
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)
#F0F0D3 — rgb(240, 240, 211)
Deuteranopia (Green-blind)
#F1F1D5 — rgb(241, 241, 213)
Tritanopia (Blue-blind)
#F2DADB — rgb(242, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 60%, 87%);
text
color: hsl(54, 60%, 87%);
border
border: 2px solid hsl(54, 60%, 87%);
gradient light
background: linear-gradient(to right, hsl(54, 60%, 100%), hsl(54, 60%, 87%));
gradient dark
background: linear-gradient(to right, hsl(54, 60%, 87%), hsl(54, 60%, 67%))
hex
background-color: #F2EECA;
tailwind
bg-[hsl(54,60%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 60%, 87%, 0.4);
css variable
--color-primary: hsl(54, 60%, 87%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 60%, 87%)?
HEX: #F2EECA | RGB: rgb(242, 238, 202) | CMYK: 0%, 2%, 17%, 5% | HSV: 54°, 17%, 95%. Copy any format from the conversion table above.
What colors go well with #F2EECA?
The complementary color is HSL(234, 60%, 87%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(54, 60%, 87%) in CSS?
As HSL: color: hsl(54, 60%, 87%); — As HEX: color: #F2EECA; — As RGB: color: rgb(242, 238, 202); — Tailwind CSS: bg-[hsl(54,60%,87%)] — CSS variable: --color-primary: hsl(54, 60%, 87%);