HSL(214, 60%, 94%)
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(214,60%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 60%, 94%) | color: hsl(214, 60%, 94%) | |
| HEX | #E7EEF9 | color: #E7EEF9 | |
| RGB | rgb(231, 238, 249) | color: rgb(231, 238, 249) | |
| CMYK | cmyk(7%, 4%, 0%, 2%) | — | |
| HSV | hsv(217, 7%, 98%) | — | |
| HWB | hwb(217 91% 2%) | color: hwb(217 91% 2%) | |
| OKLCH | oklch(0.947 0.0166 259.42) | color: oklch(0.947 0.0166 259.42) | |
| Lab | lab(93.87 -0.28 -6.1) | color: lab(93.87 -0.28 -6.1) | |
| LCH | lch(93.87 6.11 267.37) | color: lch(93.87 6.11 267.37) |
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)
#EAEAF6 — rgb(234, 234, 246)
Deuteranopia (Green-blind)
#EAE9F6 — rgb(234, 233, 246)
Tritanopia (Blue-blind)
#E7F4F4 — rgb(231, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 60%, 94%);
text
color: hsl(214, 60%, 94%);
border
border: 2px solid hsl(214, 60%, 94%);
gradient light
background: linear-gradient(to right, hsl(214, 60%, 100%), hsl(214, 60%, 94%));
gradient dark
background: linear-gradient(to right, hsl(214, 60%, 94%), hsl(214, 60%, 74%))
hex
background-color: #E7EEF9;
tailwind
bg-[hsl(214,60%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 60%, 94%, 0.4);
css variable
--color-primary: hsl(214, 60%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 60%, 94%)?
HEX: #E7EEF9 | RGB: rgb(231, 238, 249) | CMYK: 7%, 4%, 0%, 2% | HSV: 217°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #E7EEF9?
The complementary color is HSL(34, 60%, 94%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 60%, 94%) in CSS?
As HSL: color: hsl(214, 60%, 94%); — As HEX: color: #E7EEF9; — As RGB: color: rgb(231, 238, 249); — Tailwind CSS: bg-[hsl(214,60%,94%)] — CSS variable: --color-primary: hsl(214, 60%, 94%);