HSL(9, 69%, 95%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,69%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 69%, 95%) | color: hsl(9, 69%, 95%) | |
| HEX | #FBECE9 | color: #FBECE9 | |
| RGB | rgb(251, 236, 233) | color: rgb(251, 236, 233) | |
| CMYK | cmyk(0%, 6%, 7%, 2%) | — | |
| HSV | hsv(10, 7%, 98%) | — | |
| HWB | hwb(10 91% 2%) | color: hwb(10 91% 2%) | |
| OKLCH | oklch(0.9541 0.0168 31.08) | color: oklch(0.9541 0.0168 31.08) | |
| Lab | lab(94.48 4.56 3.27) | color: lab(94.48 4.56 3.27) | |
| LCH | lch(94.48 5.61 35.64) | color: lch(94.48 5.61 35.64) |
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)
#F5F4EA — rgb(245, 244, 234)
Deuteranopia (Green-blind)
#F5F7EA — rgb(245, 247, 234)
Tritanopia (Blue-blind)
#FAEAEA — rgb(250, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 69%, 95%);
text
color: hsl(9, 69%, 95%);
border
border: 2px solid hsl(9, 69%, 95%);
gradient light
background: linear-gradient(to right, hsl(9, 69%, 100%), hsl(9, 69%, 95%));
gradient dark
background: linear-gradient(to right, hsl(9, 69%, 95%), hsl(9, 69%, 75%))
hex
background-color: #FBECE9;
tailwind
bg-[hsl(9,69%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 69%, 95%, 0.4);
css variable
--color-primary: hsl(9, 69%, 95%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(9, 69%, 95%)?
HEX: #FBECE9 | RGB: rgb(251, 236, 233) | CMYK: 0%, 6%, 7%, 2% | HSV: 10°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #FBECE9?
The complementary color is HSL(189, 69%, 95%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 69%, 95%) in CSS?
As HSL: color: hsl(9, 69%, 95%); — As HEX: color: #FBECE9; — As RGB: color: rgb(251, 236, 233); — Tailwind CSS: bg-[hsl(9,69%,95%)] — CSS variable: --color-primary: hsl(9, 69%, 95%);