HSL(225, 70%, 96%)
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(225,70%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 70%, 96%) | color: hsl(225, 70%, 96%) | |
| HEX | #EEF1FC | color: #EEF1FC | |
| RGB | rgb(238, 241, 252) | color: rgb(238, 241, 252) | |
| CMYK | cmyk(6%, 4%, 0%, 1%) | — | |
| HSV | hsv(227, 6%, 99%) | — | |
| HWB | hwb(227 93% 1%) | color: hwb(227 93% 1%) | |
| OKLCH | oklch(0.9591 0.0151 273.85) | color: oklch(0.9591 0.0151 273.85) | |
| Lab | lab(95.21 1.01 -5.63) | color: lab(95.21 1.01 -5.63) | |
| LCH | lch(95.21 5.72 280.17) | color: lch(95.21 5.72 280.17) |
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)
#EFEFF9 — rgb(239, 239, 249)
Deuteranopia (Green-blind)
#EFEFF9 — rgb(239, 239, 249)
Tritanopia (Blue-blind)
#EEF7F7 — rgb(238, 247, 247)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 70%, 96%);
text
color: hsl(225, 70%, 96%);
border
border: 2px solid hsl(225, 70%, 96%);
gradient light
background: linear-gradient(to right, hsl(225, 70%, 100%), hsl(225, 70%, 96%));
gradient dark
background: linear-gradient(to right, hsl(225, 70%, 96%), hsl(225, 70%, 76%))
hex
background-color: #EEF1FC;
tailwind
bg-[hsl(225,70%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 70%, 96%, 0.4);
css variable
--color-primary: hsl(225, 70%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 70%, 96%)?
HEX: #EEF1FC | RGB: rgb(238, 241, 252) | CMYK: 6%, 4%, 0%, 1% | HSV: 227°, 6%, 99%. Copy any format from the conversion table above.
What colors go well with #EEF1FC?
The complementary color is HSL(45, 70%, 96%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 70%, 96%) in CSS?
As HSL: color: hsl(225, 70%, 96%); — As HEX: color: #EEF1FC; — As RGB: color: rgb(238, 241, 252); — Tailwind CSS: bg-[hsl(225,70%,96%)] — CSS variable: --color-primary: hsl(225, 70%, 96%);