HSL(233, 32%, 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(233,32%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 32%, 95%) | color: hsl(233, 32%, 95%) | |
| HEX | #EEEFF6 | color: #EEEFF6 | |
| RGB | rgb(238, 239, 246) | color: rgb(238, 239, 246) | |
| CMYK | cmyk(3%, 3%, 0%, 4%) | — | |
| HSV | hsv(233, 3%, 96%) | — | |
| HWB | hwb(233 93% 4%) | color: hwb(233 93% 4%) | |
| OKLCH | oklch(0.9534 0.0094 279.69) | color: oklch(0.9534 0.0094 279.69) | |
| Lab | lab(94.55 0.93 -3.49) | color: lab(94.55 0.93 -3.49) | |
| LCH | lch(94.55 3.61 284.92) | color: lch(94.55 3.61 284.92) |
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)
#EEF3F3 — rgb(238, 243, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 32%, 95%);
text
color: hsl(233, 32%, 95%);
border
border: 2px solid hsl(233, 32%, 95%);
gradient light
background: linear-gradient(to right, hsl(233, 32%, 100%), hsl(233, 32%, 95%));
gradient dark
background: linear-gradient(to right, hsl(233, 32%, 95%), hsl(233, 32%, 75%))
hex
background-color: #EEEFF6;
tailwind
bg-[hsl(233,32%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 32%, 95%, 0.4);
css variable
--color-primary: hsl(233, 32%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 32%, 95%)?
HEX: #EEEFF6 | RGB: rgb(238, 239, 246) | CMYK: 3%, 3%, 0%, 4% | HSV: 233°, 3%, 96%. Copy any format from the conversion table above.
What colors go well with #EEEFF6?
The complementary color is HSL(53, 32%, 95%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 32%, 95%) in CSS?
As HSL: color: hsl(233, 32%, 95%); — As HEX: color: #EEEFF6; — As RGB: color: rgb(238, 239, 246); — Tailwind CSS: bg-[hsl(233,32%,95%)] — CSS variable: --color-primary: hsl(233, 32%, 95%);