HSL(203, 16%, 92%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(203,16%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 16%, 92%) | color: hsl(203, 16%, 92%) | |
| HEX | #E7EBEE | color: #E7EBEE | |
| RGB | rgb(231, 235, 238) | color: rgb(231, 235, 238) | |
| CMYK | cmyk(3%, 1%, 0%, 7%) | — | |
| HSV | hsv(206, 3%, 93%) | — | |
| HWB | hwb(206 90% 7%) | color: hwb(206 90% 7%) | |
| OKLCH | oklch(0.9379 0.0059 239.82) | color: oklch(0.9379 0.0059 239.82) | |
| Lab | lab(92.83 -0.79 -1.92) | color: lab(92.83 -0.79 -1.92) | |
| LCH | lch(92.83 2.08 247.63) | color: lch(92.83 2.08 247.63) |
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)
#E9E9ED — rgb(233, 233, 237)
Deuteranopia (Green-blind)
#E9E8ED — rgb(233, 232, 237)
Tritanopia (Blue-blind)
#E7EDED — rgb(231, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 16%, 92%);
text
color: hsl(203, 16%, 92%);
border
border: 2px solid hsl(203, 16%, 92%);
gradient light
background: linear-gradient(to right, hsl(203, 16%, 100%), hsl(203, 16%, 92%));
gradient dark
background: linear-gradient(to right, hsl(203, 16%, 92%), hsl(203, 16%, 72%))
hex
background-color: #E7EBEE;
tailwind
bg-[hsl(203,16%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 16%, 92%, 0.4);
css variable
--color-primary: hsl(203, 16%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 16%, 92%)?
HEX: #E7EBEE | RGB: rgb(231, 235, 238) | CMYK: 3%, 1%, 0%, 7% | HSV: 206°, 3%, 93%. Copy any format from the conversion table above.
What colors go well with #E7EBEE?
The complementary color is HSL(23, 16%, 92%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 16%, 92%) in CSS?
As HSL: color: hsl(203, 16%, 92%); — As HEX: color: #E7EBEE; — As RGB: color: rgb(231, 235, 238); — Tailwind CSS: bg-[hsl(203,16%,92%)] — CSS variable: --color-primary: hsl(203, 16%, 92%);