HSL(46, 92%, 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(46,92%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 92%, 92%) | color: hsl(46, 92%, 92%) | |
| HEX | #FDF5D8 | color: #FDF5D8 | |
| RGB | rgb(253, 245, 216) | color: rgb(253, 245, 216) | |
| CMYK | cmyk(0%, 3%, 15%, 1%) | — | |
| HSV | hsv(47, 15%, 99%) | — | |
| HWB | hwb(47 84% 1%) | color: hwb(47 84% 1%) | |
| OKLCH | oklch(0.9689 0.0388 94.28) | color: oklch(0.9689 0.0388 94.28) | |
| Lab | lab(96.47 -2.02 14.93) | color: lab(96.47 -2.02 14.93) | |
| LCH | lch(96.47 15.07 97.71) | color: lch(96.47 15.07 97.71) |
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)
#FAF9DF — rgb(250, 249, 223)
Deuteranopia (Green-blind)
#FAFBE1 — rgb(250, 251, 225)
Tritanopia (Blue-blind)
#FDE5E6 — rgb(253, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 92%, 92%);
text
color: hsl(46, 92%, 92%);
border
border: 2px solid hsl(46, 92%, 92%);
gradient light
background: linear-gradient(to right, hsl(46, 92%, 100%), hsl(46, 92%, 92%));
gradient dark
background: linear-gradient(to right, hsl(46, 92%, 92%), hsl(46, 92%, 72%))
hex
background-color: #FDF5D8;
tailwind
bg-[hsl(46,92%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 92%, 92%, 0.4);
css variable
--color-primary: hsl(46, 92%, 92%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 92%, 92%)?
HEX: #FDF5D8 | RGB: rgb(253, 245, 216) | CMYK: 0%, 3%, 15%, 1% | HSV: 47°, 15%, 99%. Copy any format from the conversion table above.
What colors go well with #FDF5D8?
The complementary color is HSL(226, 92%, 92%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 92%, 92%) in CSS?
As HSL: color: hsl(46, 92%, 92%); — As HEX: color: #FDF5D8; — As RGB: color: rgb(253, 245, 216); — Tailwind CSS: bg-[hsl(46,92%,92%)] — CSS variable: --color-primary: hsl(46, 92%, 92%);