HSL(249, 60%, 93%)
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(249,60%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 60%, 93%) | color: hsl(249, 60%, 93%) | |
| HEX | #E6E2F8 | color: #E6E2F8 | |
| RGB | rgb(230, 226, 248) | color: rgb(230, 226, 248) | |
| CMYK | cmyk(7%, 9%, 0%, 3%) | — | |
| HSV | hsv(251, 9%, 97%) | — | |
| HWB | hwb(251 88% 3%) | color: hwb(251 88% 3%) | |
| OKLCH | oklch(0.9225 0.0299 294.15) | color: oklch(0.9225 0.0299 294.15) | |
| Lab | lab(90.78 5.4 -10.18) | color: lab(90.78 5.4 -10.18) | |
| LCH | lch(90.78 11.52 297.94) | color: lch(90.78 11.52 297.94) |
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)
#E4E4F3 — rgb(228, 228, 243)
Deuteranopia (Green-blind)
#E5E5F1 — rgb(229, 229, 241)
Tritanopia (Blue-blind)
#E6EEEE — rgb(230, 238, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 60%, 93%);
text
color: hsl(249, 60%, 93%);
border
border: 2px solid hsl(249, 60%, 93%);
gradient light
background: linear-gradient(to right, hsl(249, 60%, 100%), hsl(249, 60%, 93%));
gradient dark
background: linear-gradient(to right, hsl(249, 60%, 93%), hsl(249, 60%, 73%))
hex
background-color: #E6E2F8;
tailwind
bg-[hsl(249,60%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 60%, 93%, 0.4);
css variable
--color-primary: hsl(249, 60%, 93%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 60%, 93%)?
HEX: #E6E2F8 | RGB: rgb(230, 226, 248) | CMYK: 7%, 9%, 0%, 3% | HSV: 251°, 9%, 97%. Copy any format from the conversion table above.
What colors go well with #E6E2F8?
The complementary color is HSL(69, 60%, 93%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 60%, 93%) in CSS?
As HSL: color: hsl(249, 60%, 93%); — As HEX: color: #E6E2F8; — As RGB: color: rgb(230, 226, 248); — Tailwind CSS: bg-[hsl(249,60%,93%)] — CSS variable: --color-primary: hsl(249, 60%, 93%);