HSL(55, 83%, 95%)
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,83%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 83%, 95%) | color: hsl(55, 83%, 95%) | |
| HEX | #FDFBE8 | color: #FDFBE8 | |
| RGB | rgb(253, 251, 232) | color: rgb(253, 251, 232) | |
| CMYK | cmyk(0%, 1%, 8%, 1%) | — | |
| HSV | hsv(54, 8%, 99%) | — | |
| HWB | hwb(54 91% 1%) | color: hwb(54 91% 1%) | |
| OKLCH | oklch(0.9846 0.025 101.95) | color: oklch(0.9846 0.025 101.95) | |
| Lab | lab(98.31 -2.53 9.34) | color: lab(98.31 -2.53 9.34) | |
| LCH | lch(98.31 9.68 105.16) | color: lch(98.31 9.68 105.16) |
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)
#FCFCED — rgb(252, 252, 237)
Deuteranopia (Green-blind)
#FCFCEE — rgb(252, 252, 238)
Tritanopia (Blue-blind)
#FDF0F1 — rgb(253, 240, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 83%, 95%);
text
color: hsl(55, 83%, 95%);
border
border: 2px solid hsl(55, 83%, 95%);
gradient light
background: linear-gradient(to right, hsl(55, 83%, 100%), hsl(55, 83%, 95%));
gradient dark
background: linear-gradient(to right, hsl(55, 83%, 95%), hsl(55, 83%, 75%))
hex
background-color: #FDFBE8;
tailwind
bg-[hsl(55,83%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 83%, 95%, 0.4);
css variable
--color-primary: hsl(55, 83%, 95%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 83%, 95%)?
HEX: #FDFBE8 | RGB: rgb(253, 251, 232) | CMYK: 0%, 1%, 8%, 1% | HSV: 54°, 8%, 99%. Copy any format from the conversion table above.
What colors go well with #FDFBE8?
The complementary color is HSL(235, 83%, 95%). 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, 83%, 95%) in CSS?
As HSL: color: hsl(55, 83%, 95%); — As HEX: color: #FDFBE8; — As RGB: color: rgb(253, 251, 232); — Tailwind CSS: bg-[hsl(55,83%,95%)] — CSS variable: --color-primary: hsl(55, 83%, 95%);