HSL(205, 63%, 96%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(205,63%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 63%, 96%) | color: hsl(205, 63%, 96%) | |
| HEX | #EEF6FB | color: #EEF6FB | |
| RGB | rgb(238, 246, 251) | color: rgb(238, 246, 251) | |
| CMYK | cmyk(5%, 2%, 0%, 2%) | — | |
| HSV | hsv(203, 5%, 98%) | — | |
| HWB | hwb(203 93% 2%) | color: hwb(203 93% 2%) | |
| OKLCH | oklch(0.9686 0.0108 234.82) | color: oklch(0.9686 0.0108 234.82) | |
| Lab | lab(96.43 -1.72 -3.31) | color: lab(96.43 -1.72 -3.31) | |
| LCH | lch(96.43 3.73 242.54) | color: lch(96.43 3.73 242.54) |
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)
#F1F2FA — rgb(241, 242, 250)
Deuteranopia (Green-blind)
#F1F0FA — rgb(241, 240, 250)
Tritanopia (Blue-blind)
#EEF9F9 — rgb(238, 249, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 63%, 96%);
text
color: hsl(205, 63%, 96%);
border
border: 2px solid hsl(205, 63%, 96%);
gradient light
background: linear-gradient(to right, hsl(205, 63%, 100%), hsl(205, 63%, 96%));
gradient dark
background: linear-gradient(to right, hsl(205, 63%, 96%), hsl(205, 63%, 76%))
hex
background-color: #EEF6FB;
tailwind
bg-[hsl(205,63%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 63%, 96%, 0.4);
css variable
--color-primary: hsl(205, 63%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 63%, 96%)?
HEX: #EEF6FB | RGB: rgb(238, 246, 251) | CMYK: 5%, 2%, 0%, 2% | HSV: 203°, 5%, 98%. Copy any format from the conversion table above.
What colors go well with #EEF6FB?
The complementary color is HSL(25, 63%, 96%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 63%, 96%) in CSS?
As HSL: color: hsl(205, 63%, 96%); — As HEX: color: #EEF6FB; — As RGB: color: rgb(238, 246, 251); — Tailwind CSS: bg-[hsl(205,63%,96%)] — CSS variable: --color-primary: hsl(205, 63%, 96%);