HSL(195, 30%, 91%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,30%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 30%, 91%) | color: hsl(195, 30%, 91%) | |
| HEX | #E1EBEF | color: #E1EBEF | |
| RGB | rgb(225, 235, 239) | color: rgb(225, 235, 239) | |
| CMYK | cmyk(6%, 2%, 0%, 6%) | — | |
| HSV | hsv(197, 6%, 94%) | — | |
| HWB | hwb(197 88% 6%) | color: hwb(197 88% 6%) | |
| OKLCH | oklch(0.9337 0.012 223.53) | color: oklch(0.9337 0.012 223.53) | |
| Lab | lab(92.42 -2.57 -3.09) | color: lab(92.42 -2.57 -3.09) | |
| LCH | lch(92.42 4.02 230.25) | color: lch(92.42 4.02 230.25) |
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)
#E5E5EE — rgb(229, 229, 238)
Deuteranopia (Green-blind)
#E5E4EE — rgb(229, 228, 238)
Tritanopia (Blue-blind)
#E2EDED — rgb(226, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 30%, 91%);
text
color: hsl(195, 30%, 91%);
border
border: 2px solid hsl(195, 30%, 91%);
gradient light
background: linear-gradient(to right, hsl(195, 30%, 100%), hsl(195, 30%, 91%));
gradient dark
background: linear-gradient(to right, hsl(195, 30%, 91%), hsl(195, 30%, 71%))
hex
background-color: #E1EBEF;
tailwind
bg-[hsl(195,30%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 30%, 91%, 0.4);
css variable
--color-primary: hsl(195, 30%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 30%, 91%)?
HEX: #E1EBEF | RGB: rgb(225, 235, 239) | CMYK: 6%, 2%, 0%, 6% | HSV: 197°, 6%, 94%. Copy any format from the conversion table above.
What colors go well with #E1EBEF?
The complementary color is HSL(15, 30%, 91%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 30%, 91%) in CSS?
As HSL: color: hsl(195, 30%, 91%); — As HEX: color: #E1EBEF; — As RGB: color: rgb(225, 235, 239); — Tailwind CSS: bg-[hsl(195,30%,91%)] — CSS variable: --color-primary: hsl(195, 30%, 91%);