HSL(54, 50%, 90%)
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,50%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 50%, 90%) | color: hsl(54, 50%, 90%) | |
| HEX | #F2F0D9 | color: #F2F0D9 | |
| RGB | rgb(242, 240, 217) | color: rgb(242, 240, 217) | |
| CMYK | cmyk(0%, 1%, 10%, 5%) | — | |
| HSV | hsv(55, 10%, 95%) | — | |
| HWB | hwb(55 86% 5%) | color: hwb(55 86% 5%) | |
| OKLCH | oklch(0.9506 0.0304 102.9) | color: oklch(0.9506 0.0304 102.9) | |
| Lab | lab(94.4 -3.19 11.36) | color: lab(94.4 -3.19 11.36) | |
| LCH | lch(94.4 11.8 105.69) | color: lch(94.4 11.8 105.69) |
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)
#F1F1DF — rgb(241, 241, 223)
Deuteranopia (Green-blind)
#F1F1E0 — rgb(241, 241, 224)
Tritanopia (Blue-blind)
#F2E3E4 — rgb(242, 227, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 50%, 90%);
text
color: hsl(54, 50%, 90%);
border
border: 2px solid hsl(54, 50%, 90%);
gradient light
background: linear-gradient(to right, hsl(54, 50%, 100%), hsl(54, 50%, 90%));
gradient dark
background: linear-gradient(to right, hsl(54, 50%, 90%), hsl(54, 50%, 70%))
hex
background-color: #F2F0D9;
tailwind
bg-[hsl(54,50%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 50%, 90%, 0.4);
css variable
--color-primary: hsl(54, 50%, 90%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 50%, 90%)?
HEX: #F2F0D9 | RGB: rgb(242, 240, 217) | CMYK: 0%, 1%, 10%, 5% | HSV: 55°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #F2F0D9?
The complementary color is HSL(234, 50%, 90%). 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, 50%, 90%) in CSS?
As HSL: color: hsl(54, 50%, 90%); — As HEX: color: #F2F0D9; — As RGB: color: rgb(242, 240, 217); — Tailwind CSS: bg-[hsl(54,50%,90%)] — CSS variable: --color-primary: hsl(54, 50%, 90%);