HSL(241, 33%, 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(241,33%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 33%, 95%) | color: hsl(241, 33%, 95%) | |
| HEX | #EEEEF6 | color: #EEEEF6 | |
| RGB | rgb(238, 238, 246) | color: rgb(238, 238, 246) | |
| CMYK | cmyk(3%, 3%, 0%, 4%) | — | |
| HSV | hsv(240, 3%, 96%) | — | |
| HWB | hwb(240 93% 4%) | color: hwb(240 93% 4%) | |
| OKLCH | oklch(0.9514 0.0107 286.2) | color: oklch(0.9514 0.0107 286.2) | |
| Lab | lab(94.3 1.44 -3.85) | color: lab(94.3 1.44 -3.85) | |
| LCH | lch(94.3 4.11 290.51) | color: lch(94.3 4.11 290.51) |
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)
#EEEEF4 — rgb(238, 238, 244)
Deuteranopia (Green-blind)
#EEEEF4 — rgb(238, 238, 244)
Tritanopia (Blue-blind)
#EEF3F2 — rgb(238, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 33%, 95%);
text
color: hsl(241, 33%, 95%);
border
border: 2px solid hsl(241, 33%, 95%);
gradient light
background: linear-gradient(to right, hsl(241, 33%, 100%), hsl(241, 33%, 95%));
gradient dark
background: linear-gradient(to right, hsl(241, 33%, 95%), hsl(241, 33%, 75%))
hex
background-color: #EEEEF6;
tailwind
bg-[hsl(241,33%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 33%, 95%, 0.4);
css variable
--color-primary: hsl(241, 33%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 33%, 95%)?
HEX: #EEEEF6 | RGB: rgb(238, 238, 246) | CMYK: 3%, 3%, 0%, 4% | HSV: 240°, 3%, 96%. Copy any format from the conversion table above.
What colors go well with #EEEEF6?
The complementary color is HSL(61, 33%, 95%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 33%, 95%) in CSS?
As HSL: color: hsl(241, 33%, 95%); — As HEX: color: #EEEEF6; — As RGB: color: rgb(238, 238, 246); — Tailwind CSS: bg-[hsl(241,33%,95%)] — CSS variable: --color-primary: hsl(241, 33%, 95%);