HSL(55, 70%, 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(55,70%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 70%, 92%) | color: hsl(55, 70%, 92%) | |
| HEX | #F9F7DC | color: #F9F7DC | |
| RGB | rgb(249, 247, 220) | color: rgb(249, 247, 220) | |
| CMYK | cmyk(0%, 1%, 12%, 2%) | — | |
| HSV | hsv(56, 12%, 98%) | — | |
| HWB | hwb(56 86% 2%) | color: hwb(56 86% 2%) | |
| OKLCH | oklch(0.9706 0.0354 103.57) | color: oklch(0.9706 0.0354 103.57) | |
| Lab | lab(96.75 -3.81 13.23) | color: lab(96.75 -3.81 13.23) | |
| LCH | lch(96.75 13.77 106.07) | color: lch(96.75 13.77 106.07) |
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)
#F8F8E3 — rgb(248, 248, 227)
Deuteranopia (Green-blind)
#F8F8E4 — rgb(248, 248, 228)
Tritanopia (Blue-blind)
#F9E8E9 — rgb(249, 232, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 70%, 92%);
text
color: hsl(55, 70%, 92%);
border
border: 2px solid hsl(55, 70%, 92%);
gradient light
background: linear-gradient(to right, hsl(55, 70%, 100%), hsl(55, 70%, 92%));
gradient dark
background: linear-gradient(to right, hsl(55, 70%, 92%), hsl(55, 70%, 72%))
hex
background-color: #F9F7DC;
tailwind
bg-[hsl(55,70%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 70%, 92%, 0.4);
css variable
--color-primary: hsl(55, 70%, 92%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 70%, 92%)?
HEX: #F9F7DC | RGB: rgb(249, 247, 220) | CMYK: 0%, 1%, 12%, 2% | HSV: 56°, 12%, 98%. Copy any format from the conversion table above.
What colors go well with #F9F7DC?
The complementary color is HSL(235, 70%, 92%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 70%, 92%) in CSS?
As HSL: color: hsl(55, 70%, 92%); — As HEX: color: #F9F7DC; — As RGB: color: rgb(249, 247, 220); — Tailwind CSS: bg-[hsl(55,70%,92%)] — CSS variable: --color-primary: hsl(55, 70%, 92%);