HSL(49, 90%, 93%)
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(49,90%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 90%, 93%) | color: hsl(49, 90%, 93%) | |
| HEX | #FDF7DD | color: #FDF7DD | |
| RGB | rgb(253, 247, 221) | color: rgb(253, 247, 221) | |
| CMYK | cmyk(0%, 2%, 13%, 1%) | — | |
| HSV | hsv(49, 13%, 99%) | — | |
| HWB | hwb(49 86% 1%) | color: hwb(49 86% 1%) | |
| OKLCH | oklch(0.974 0.0346 96.29) | color: oklch(0.974 0.0346 96.29) | |
| Lab | lab(97.08 -2.26 13.22) | color: lab(97.08 -2.26 13.22) | |
| LCH | lch(97.08 13.41 99.7) | color: lch(97.08 13.41 99.7) |
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)
#FAFAE3 — rgb(250, 250, 227)
Deuteranopia (Green-blind)
#FBFBE5 — rgb(251, 251, 229)
Tritanopia (Blue-blind)
#FDE8E9 — rgb(253, 232, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 90%, 93%);
text
color: hsl(49, 90%, 93%);
border
border: 2px solid hsl(49, 90%, 93%);
gradient light
background: linear-gradient(to right, hsl(49, 90%, 100%), hsl(49, 90%, 93%));
gradient dark
background: linear-gradient(to right, hsl(49, 90%, 93%), hsl(49, 90%, 73%))
hex
background-color: #FDF7DD;
tailwind
bg-[hsl(49,90%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 90%, 93%, 0.4);
css variable
--color-primary: hsl(49, 90%, 93%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 90%, 93%)?
HEX: #FDF7DD | RGB: rgb(253, 247, 221) | CMYK: 0%, 2%, 13%, 1% | HSV: 49°, 13%, 99%. Copy any format from the conversion table above.
What colors go well with #FDF7DD?
The complementary color is HSL(229, 90%, 93%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 90%, 93%) in CSS?
As HSL: color: hsl(49, 90%, 93%); — As HEX: color: #FDF7DD; — As RGB: color: rgb(253, 247, 221); — Tailwind CSS: bg-[hsl(49,90%,93%)] — CSS variable: --color-primary: hsl(49, 90%, 93%);