HSL(222, 57%, 95%)
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(222,57%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 57%, 95%) | color: hsl(222, 57%, 95%) | |
| HEX | #EBEFFA | color: #EBEFFA | |
| RGB | rgb(235, 239, 250) | color: rgb(235, 239, 250) | |
| CMYK | cmyk(6%, 4%, 0%, 2%) | — | |
| HSV | hsv(224, 6%, 98%) | — | |
| HWB | hwb(224 92% 2%) | color: hwb(224 92% 2%) | |
| OKLCH | oklch(0.9523 0.0154 269.98) | color: oklch(0.9523 0.0154 269.98) | |
| Lab | lab(94.44 0.69 -5.75) | color: lab(94.44 0.69 -5.75) | |
| LCH | lch(94.44 5.79 276.84) | color: lch(94.44 5.79 276.84) |
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)
#EDEDF7 — rgb(237, 237, 247)
Deuteranopia (Green-blind)
#EDECF7 — rgb(237, 236, 247)
Tritanopia (Blue-blind)
#EBF5F5 — rgb(235, 245, 245)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 57%, 95%);
text
color: hsl(222, 57%, 95%);
border
border: 2px solid hsl(222, 57%, 95%);
gradient light
background: linear-gradient(to right, hsl(222, 57%, 100%), hsl(222, 57%, 95%));
gradient dark
background: linear-gradient(to right, hsl(222, 57%, 95%), hsl(222, 57%, 75%))
hex
background-color: #EBEFFA;
tailwind
bg-[hsl(222,57%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 57%, 95%, 0.4);
css variable
--color-primary: hsl(222, 57%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 57%, 95%)?
HEX: #EBEFFA | RGB: rgb(235, 239, 250) | CMYK: 6%, 4%, 0%, 2% | HSV: 224°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #EBEFFA?
The complementary color is HSL(42, 57%, 95%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 57%, 95%) in CSS?
As HSL: color: hsl(222, 57%, 95%); — As HEX: color: #EBEFFA; — As RGB: color: rgb(235, 239, 250); — Tailwind CSS: bg-[hsl(222,57%,95%)] — CSS variable: --color-primary: hsl(222, 57%, 95%);