HSL(219, 35%, 92%)
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(219,35%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 35%, 92%) | color: hsl(219, 35%, 92%) | |
| HEX | #E3E8F2 | color: #E3E8F2 | |
| RGB | rgb(227, 232, 242) | color: rgb(227, 232, 242) | |
| CMYK | cmyk(6%, 4%, 0%, 5%) | — | |
| HSV | hsv(220, 6%, 95%) | — | |
| HWB | hwb(220 89% 5%) | color: hwb(220 89% 5%) | |
| OKLCH | oklch(0.9301 0.0146 264.5) | color: oklch(0.9301 0.0146 264.5) | |
| Lab | lab(91.89 0.18 -5.42) | color: lab(91.89 0.18 -5.42) | |
| LCH | lch(91.89 5.42 271.9) | color: lch(91.89 5.42 271.9) |
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)
#E5E5F0 — rgb(229, 229, 240)
Deuteranopia (Green-blind)
#E5E5EF — rgb(229, 229, 239)
Tritanopia (Blue-blind)
#E3EEED — rgb(227, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 35%, 92%);
text
color: hsl(219, 35%, 92%);
border
border: 2px solid hsl(219, 35%, 92%);
gradient light
background: linear-gradient(to right, hsl(219, 35%, 100%), hsl(219, 35%, 92%));
gradient dark
background: linear-gradient(to right, hsl(219, 35%, 92%), hsl(219, 35%, 72%))
hex
background-color: #E3E8F2;
tailwind
bg-[hsl(219,35%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 35%, 92%, 0.4);
css variable
--color-primary: hsl(219, 35%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 35%, 92%)?
HEX: #E3E8F2 | RGB: rgb(227, 232, 242) | CMYK: 6%, 4%, 0%, 5% | HSV: 220°, 6%, 95%. Copy any format from the conversion table above.
What colors go well with #E3E8F2?
The complementary color is HSL(39, 35%, 92%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 35%, 92%) in CSS?
As HSL: color: hsl(219, 35%, 92%); — As HEX: color: #E3E8F2; — As RGB: color: rgb(227, 232, 242); — Tailwind CSS: bg-[hsl(219,35%,92%)] — CSS variable: --color-primary: hsl(219, 35%, 92%);