HSL(46, 72%, 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(46,72%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 72%, 94%) | color: hsl(46, 72%, 94%) | |
| HEX | #FBF6E5 | color: #FBF6E5 | |
| RGB | rgb(251, 246, 229) | color: rgb(251, 246, 229) | |
| CMYK | cmyk(0%, 2%, 9%, 2%) | — | |
| HSV | hsv(46, 9%, 98%) | — | |
| HWB | hwb(46 89% 2%) | color: hwb(46 89% 2%) | |
| OKLCH | oklch(0.9725 0.023 93.33) | color: oklch(0.9725 0.023 93.33) | |
| Lab | lab(96.85 -1.18 8.77) | color: lab(96.85 -1.18 8.77) | |
| LCH | lch(96.85 8.85 97.66) | color: lch(96.85 8.85 97.66) |
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)
#F9F9E9 — rgb(249, 249, 233)
Deuteranopia (Green-blind)
#F9FAEA — rgb(249, 250, 234)
Tritanopia (Blue-blind)
#FBECED — rgb(251, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 72%, 94%);
text
color: hsl(46, 72%, 94%);
border
border: 2px solid hsl(46, 72%, 94%);
gradient light
background: linear-gradient(to right, hsl(46, 72%, 100%), hsl(46, 72%, 94%));
gradient dark
background: linear-gradient(to right, hsl(46, 72%, 94%), hsl(46, 72%, 74%))
hex
background-color: #FBF6E5;
tailwind
bg-[hsl(46,72%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 72%, 94%, 0.4);
css variable
--color-primary: hsl(46, 72%, 94%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 72%, 94%)?
HEX: #FBF6E5 | RGB: rgb(251, 246, 229) | CMYK: 0%, 2%, 9%, 2% | HSV: 46°, 9%, 98%. Copy any format from the conversion table above.
What colors go well with #FBF6E5?
The complementary color is HSL(226, 72%, 94%). 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, 72%, 94%) in CSS?
As HSL: color: hsl(46, 72%, 94%); — As HEX: color: #FBF6E5; — As RGB: color: rgb(251, 246, 229); — Tailwind CSS: bg-[hsl(46,72%,94%)] — CSS variable: --color-primary: hsl(46, 72%, 94%);