HSL(45, 50%, 92%)
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(45,50%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(45, 50%, 92%) | color: hsl(45, 50%, 92%) | |
| HEX | #F5F0E0 | color: #F5F0E0 | |
| RGB | rgb(245, 240, 224) | color: rgb(245, 240, 224) | |
| CMYK | cmyk(0%, 2%, 9%, 4%) | — | |
| HSV | hsv(46, 9%, 96%) | — | |
| HWB | hwb(46 87% 4%) | color: hwb(46 87% 4%) | |
| OKLCH | oklch(0.9547 0.0218 92.51) | color: oklch(0.9547 0.0218 92.51) | |
| Lab | lab(94.79 -1.02 8.32) | color: lab(94.79 -1.02 8.32) | |
| LCH | lch(94.79 8.38 96.99) | color: lch(94.79 8.38 96.99) |
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)
#F3F3E4 — rgb(243, 243, 228)
Deuteranopia (Green-blind)
#F3F4E5 — rgb(243, 244, 229)
Tritanopia (Blue-blind)
#F5E7E8 — rgb(245, 231, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(45, 50%, 92%);
text
color: hsl(45, 50%, 92%);
border
border: 2px solid hsl(45, 50%, 92%);
gradient light
background: linear-gradient(to right, hsl(45, 50%, 100%), hsl(45, 50%, 92%));
gradient dark
background: linear-gradient(to right, hsl(45, 50%, 92%), hsl(45, 50%, 72%))
hex
background-color: #F5F0E0;
tailwind
bg-[hsl(45,50%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(45, 50%, 92%, 0.4);
css variable
--color-primary: hsl(45, 50%, 92%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(45, 50%, 92%)?
HEX: #F5F0E0 | RGB: rgb(245, 240, 224) | CMYK: 0%, 2%, 9%, 4% | HSV: 46°, 9%, 96%. Copy any format from the conversion table above.
What colors go well with #F5F0E0?
The complementary color is HSL(225, 50%, 92%). For a triadic harmony, use hues 45°, 165°, and 285°. For analogous combinations, try hues 15° and 75°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(45, 50%, 92%) in CSS?
As HSL: color: hsl(45, 50%, 92%); — As HEX: color: #F5F0E0; — As RGB: color: rgb(245, 240, 224); — Tailwind CSS: bg-[hsl(45,50%,92%)] — CSS variable: --color-primary: hsl(45, 50%, 92%);