HSL(56, 100%, 96%)
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(56,100%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(56, 100%, 96%) | color: hsl(56, 100%, 96%) | |
| HEX | #FFFEEB | color: #FFFEEB | |
| RGB | rgb(255, 254, 235) | color: rgb(255, 254, 235) | |
| CMYK | cmyk(0%, 0%, 8%, 0%) | — | |
| HSV | hsv(57, 8%, 100%) | — | |
| HWB | hwb(57 92% 0%) | color: hwb(57 92% 0%) | |
| OKLCH | oklch(0.9927 0.0248 104.39) | color: oklch(0.9927 0.0248 104.39) | |
| Lab | lab(99.28 -2.87 9.2) | color: lab(99.28 -2.87 9.2) | |
| LCH | lch(99.28 9.64 107.33) | color: lch(99.28 9.64 107.33) |
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)
#FFFFF0 — rgb(255, 255, 240)
Deuteranopia (Green-blind)
#FFFFF1 — rgb(255, 255, 241)
Tritanopia (Blue-blind)
#FFF3F4 — rgb(255, 243, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(56, 100%, 96%);
text
color: hsl(56, 100%, 96%);
border
border: 2px solid hsl(56, 100%, 96%);
gradient light
background: linear-gradient(to right, hsl(56, 100%, 100%), hsl(56, 100%, 96%));
gradient dark
background: linear-gradient(to right, hsl(56, 100%, 96%), hsl(56, 100%, 76%))
hex
background-color: #FFFEEB;
tailwind
bg-[hsl(56,100%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(56, 100%, 96%, 0.4);
css variable
--color-primary: hsl(56, 100%, 96%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(56, 100%, 96%)?
HEX: #FFFEEB | RGB: rgb(255, 254, 235) | CMYK: 0%, 0%, 8%, 0% | HSV: 57°, 8%, 100%. Copy any format from the conversion table above.
What colors go well with #FFFEEB?
The complementary color is HSL(236, 100%, 96%). For a triadic harmony, use hues 56°, 176°, and 296°. For analogous combinations, try hues 26° and 86°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(56, 100%, 96%) in CSS?
As HSL: color: hsl(56, 100%, 96%); — As HEX: color: #FFFEEB; — As RGB: color: rgb(255, 254, 235); — Tailwind CSS: bg-[hsl(56,100%,96%)] — CSS variable: --color-primary: hsl(56, 100%, 96%);