HSL(46, 70%, 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,70%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 70%, 94%) | color: hsl(46, 70%, 94%) | |
| HEX | #FAF5E5 | color: #FAF5E5 | |
| RGB | rgb(250, 245, 229) | color: rgb(250, 245, 229) | |
| CMYK | cmyk(0%, 2%, 8%, 2%) | — | |
| HSV | hsv(46, 8%, 98%) | — | |
| HWB | hwb(46 90% 2%) | color: hwb(46 90% 2%) | |
| OKLCH | oklch(0.9697 0.0217 92.5) | color: oklch(0.9697 0.0217 92.5) | |
| Lab | lab(96.53 -1.02 8.29) | color: lab(96.53 -1.02 8.29) | |
| LCH | lch(96.53 8.35 97.01) | color: lch(96.53 8.35 97.01) |
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)
#F8F8E9 — rgb(248, 248, 233)
Deuteranopia (Green-blind)
#F8F9EA — rgb(248, 249, 234)
Tritanopia (Blue-blind)
#FAECED — rgb(250, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 70%, 94%);
text
color: hsl(46, 70%, 94%);
border
border: 2px solid hsl(46, 70%, 94%);
gradient light
background: linear-gradient(to right, hsl(46, 70%, 100%), hsl(46, 70%, 94%));
gradient dark
background: linear-gradient(to right, hsl(46, 70%, 94%), hsl(46, 70%, 74%))
hex
background-color: #FAF5E5;
tailwind
bg-[hsl(46,70%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 70%, 94%, 0.4);
css variable
--color-primary: hsl(46, 70%, 94%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 70%, 94%)?
HEX: #FAF5E5 | RGB: rgb(250, 245, 229) | CMYK: 0%, 2%, 8%, 2% | HSV: 46°, 8%, 98%. Copy any format from the conversion table above.
What colors go well with #FAF5E5?
The complementary color is HSL(226, 70%, 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, 70%, 94%) in CSS?
As HSL: color: hsl(46, 70%, 94%); — As HEX: color: #FAF5E5; — As RGB: color: rgb(250, 245, 229); — Tailwind CSS: bg-[hsl(46,70%,94%)] — CSS variable: --color-primary: hsl(46, 70%, 94%);