HSL(42, 9%, 92%)
Very Light White — White color
Adjust Color
Color Information
Color Name
Very Light White
Color Family
White
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(42,9%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 9%, 92%) | color: hsl(42, 9%, 92%) | |
| HEX | #ECEBE9 | color: #ECEBE9 | |
| RGB | rgb(236, 235, 233) | color: rgb(236, 235, 233) | |
| CMYK | cmyk(0%, 0%, 1%, 7%) | — | |
| HSV | hsv(40, 1%, 93%) | — | |
| HWB | hwb(40 92% 7%) | color: hwb(40 92% 7%) | |
| OKLCH | oklch(0.9403 0.0029 84.56) | color: oklch(0.9403 0.0029 84.56) | |
| Lab | lab(93.07 -0.02 1.09) | color: lab(93.07 -0.02 1.09) | |
| LCH | lch(93.07 1.09 91.05) | color: lch(93.07 1.09 91.05) |
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)
#ECECE9 — rgb(236, 236, 233)
Deuteranopia (Green-blind)
#ECECEA — rgb(236, 236, 234)
Tritanopia (Blue-blind)
#ECEAEA — rgb(236, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 9%, 92%);
text
color: hsl(42, 9%, 92%);
border
border: 2px solid hsl(42, 9%, 92%);
gradient light
background: linear-gradient(to right, hsl(42, 9%, 100%), hsl(42, 9%, 92%));
gradient dark
background: linear-gradient(to right, hsl(42, 9%, 92%), hsl(42, 9%, 72%))
hex
background-color: #ECEBE9;
tailwind
bg-[hsl(42,9%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 9%, 92%, 0.4);
css variable
--color-primary: hsl(42, 9%, 92%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(42, 9%, 92%)?
HEX: #ECEBE9 | RGB: rgb(236, 235, 233) | CMYK: 0%, 0%, 1%, 7% | HSV: 40°, 1%, 93%. Copy any format from the conversion table above.
What colors go well with #ECEBE9?
The complementary color is HSL(222, 9%, 92%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 9%, 92%) in CSS?
As HSL: color: hsl(42, 9%, 92%); — As HEX: color: #ECEBE9; — As RGB: color: rgb(236, 235, 233); — Tailwind CSS: bg-[hsl(42,9%,92%)] — CSS variable: --color-primary: hsl(42, 9%, 92%);