HSL(233, 22%, 90%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,22%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 22%, 90%) | color: hsl(233, 22%, 90%) | |
| HEX | #E0E1EB | color: #E0E1EB | |
| RGB | rgb(224, 225, 235) | color: rgb(224, 225, 235) | |
| CMYK | cmyk(5%, 4%, 0%, 8%) | — | |
| HSV | hsv(235, 5%, 92%) | — | |
| HWB | hwb(235 87% 8%) | color: hwb(235 87% 8%) | |
| OKLCH | oklch(0.9119 0.0136 281.55) | color: oklch(0.9119 0.0136 281.55) | |
| Lab | lab(89.72 1.5 -4.98) | color: lab(89.72 1.5 -4.98) | |
| LCH | lch(89.72 5.2 286.76) | color: lch(89.72 5.2 286.76) |
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)
#E0E0E9 — rgb(224, 224, 233)
Deuteranopia (Green-blind)
#E0E0E8 — rgb(224, 224, 232)
Tritanopia (Blue-blind)
#E0E7E6 — rgb(224, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 22%, 90%);
text
color: hsl(233, 22%, 90%);
border
border: 2px solid hsl(233, 22%, 90%);
gradient light
background: linear-gradient(to right, hsl(233, 22%, 100%), hsl(233, 22%, 90%));
gradient dark
background: linear-gradient(to right, hsl(233, 22%, 90%), hsl(233, 22%, 70%))
hex
background-color: #E0E1EB;
tailwind
bg-[hsl(233,22%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 22%, 90%, 0.4);
css variable
--color-primary: hsl(233, 22%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 22%, 90%)?
HEX: #E0E1EB | RGB: rgb(224, 225, 235) | CMYK: 5%, 4%, 0%, 8% | HSV: 235°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #E0E1EB?
The complementary color is HSL(53, 22%, 90%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 22%, 90%) in CSS?
As HSL: color: hsl(233, 22%, 90%); — As HEX: color: #E0E1EB; — As RGB: color: rgb(224, 225, 235); — Tailwind CSS: bg-[hsl(233,22%,90%)] — CSS variable: --color-primary: hsl(233, 22%, 90%);