HSL(51, 99%, 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(51,99%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 99%, 92%) | color: hsl(51, 99%, 92%) | |
| HEX | #FFF9D6 | color: #FFF9D6 | |
| RGB | rgb(255, 249, 214) | color: rgb(255, 249, 214) | |
| CMYK | cmyk(0%, 2%, 16%, 0%) | — | |
| HSV | hsv(51, 16%, 100%) | — | |
| HWB | hwb(51 84% 0%) | color: hwb(51 84% 0%) | |
| OKLCH | oklch(0.9779 0.0459 99.16) | color: oklch(0.9779 0.0459 99.16) | |
| Lab | lab(97.58 -3.62 17.54) | color: lab(97.58 -3.62 17.54) | |
| LCH | lch(97.58 17.91 101.66) | color: lch(97.58 17.91 101.66) |
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)
#FCFCDE — rgb(252, 252, 222)
Deuteranopia (Green-blind)
#FDFDE1 — rgb(253, 253, 225)
Tritanopia (Blue-blind)
#FFE5E7 — rgb(255, 229, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(51, 99%, 92%);
text
color: hsl(51, 99%, 92%);
border
border: 2px solid hsl(51, 99%, 92%);
gradient light
background: linear-gradient(to right, hsl(51, 99%, 100%), hsl(51, 99%, 92%));
gradient dark
background: linear-gradient(to right, hsl(51, 99%, 92%), hsl(51, 99%, 72%))
hex
background-color: #FFF9D6;
tailwind
bg-[hsl(51,99%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 99%, 92%, 0.4);
css variable
--color-primary: hsl(51, 99%, 92%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 99%, 92%)?
HEX: #FFF9D6 | RGB: rgb(255, 249, 214) | CMYK: 0%, 2%, 16%, 0% | HSV: 51°, 16%, 100%. Copy any format from the conversion table above.
What colors go well with #FFF9D6?
The complementary color is HSL(231, 99%, 92%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(51, 99%, 92%) in CSS?
As HSL: color: hsl(51, 99%, 92%); — As HEX: color: #FFF9D6; — As RGB: color: rgb(255, 249, 214); — Tailwind CSS: bg-[hsl(51,99%,92%)] — CSS variable: --color-primary: hsl(51, 99%, 92%);