HSL(53, 76%, 94%)
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(53,76%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 76%, 94%) | color: hsl(53, 76%, 94%) | |
| HEX | #FBF9E4 | color: #FBF9E4 | |
| RGB | rgb(251, 249, 228) | color: rgb(251, 249, 228) | |
| CMYK | cmyk(0%, 1%, 9%, 2%) | — | |
| HSV | hsv(55, 9%, 98%) | — | |
| HWB | hwb(55 89% 2%) | color: hwb(55 89% 2%) | |
| OKLCH | oklch(0.9781 0.0276 102.46) | color: oklch(0.9781 0.0276 102.46) | |
| Lab | lab(97.58 -2.86 10.32) | color: lab(97.58 -2.86 10.32) | |
| LCH | lch(97.58 10.71 105.49) | color: lch(97.58 10.71 105.49) |
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)
#FAFAE9 — rgb(250, 250, 233)
Deuteranopia (Green-blind)
#FAFAEA — rgb(250, 250, 234)
Tritanopia (Blue-blind)
#FBEDEE — rgb(251, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 76%, 94%);
text
color: hsl(53, 76%, 94%);
border
border: 2px solid hsl(53, 76%, 94%);
gradient light
background: linear-gradient(to right, hsl(53, 76%, 100%), hsl(53, 76%, 94%));
gradient dark
background: linear-gradient(to right, hsl(53, 76%, 94%), hsl(53, 76%, 74%))
hex
background-color: #FBF9E4;
tailwind
bg-[hsl(53,76%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 76%, 94%, 0.4);
css variable
--color-primary: hsl(53, 76%, 94%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 76%, 94%)?
HEX: #FBF9E4 | RGB: rgb(251, 249, 228) | CMYK: 0%, 1%, 9%, 2% | HSV: 55°, 9%, 98%. Copy any format from the conversion table above.
What colors go well with #FBF9E4?
The complementary color is HSL(233, 76%, 94%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 76%, 94%) in CSS?
As HSL: color: hsl(53, 76%, 94%); — As HEX: color: #FBF9E4; — As RGB: color: rgb(251, 249, 228); — Tailwind CSS: bg-[hsl(53,76%,94%)] — CSS variable: --color-primary: hsl(53, 76%, 94%);