HSL(240, 60%, 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(240,60%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(240, 60%, 96%) | color: hsl(240, 60%, 96%) | |
| HEX | #EFEFFB | color: #EFEFFB | |
| RGB | rgb(239, 239, 251) | color: rgb(239, 239, 251) | |
| CMYK | cmyk(5%, 5%, 0%, 2%) | — | |
| HSV | hsv(240, 5%, 98%) | — | |
| HWB | hwb(240 93% 2%) | color: hwb(240 93% 2%) | |
| OKLCH | oklch(0.9556 0.016 286.09) | color: oklch(0.9556 0.016 286.09) | |
| Lab | lab(94.76 2.17 -5.77) | color: lab(94.76 2.17 -5.77) | |
| LCH | lch(94.76 6.16 290.61) | color: lch(94.76 6.16 290.61) |
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)
#EFEFF8 — rgb(239, 239, 248)
Deuteranopia (Green-blind)
#EFEFF7 — rgb(239, 239, 247)
Tritanopia (Blue-blind)
#EFF6F5 — rgb(239, 246, 245)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(240, 60%, 96%);
text
color: hsl(240, 60%, 96%);
border
border: 2px solid hsl(240, 60%, 96%);
gradient light
background: linear-gradient(to right, hsl(240, 60%, 100%), hsl(240, 60%, 96%));
gradient dark
background: linear-gradient(to right, hsl(240, 60%, 96%), hsl(240, 60%, 76%))
hex
background-color: #EFEFFB;
tailwind
bg-[hsl(240,60%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(240, 60%, 96%, 0.4);
css variable
--color-primary: hsl(240, 60%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(240, 60%, 96%)?
HEX: #EFEFFB | RGB: rgb(239, 239, 251) | CMYK: 5%, 5%, 0%, 2% | HSV: 240°, 5%, 98%. Copy any format from the conversion table above.
What colors go well with #EFEFFB?
The complementary color is HSL(60, 60%, 96%). For a triadic harmony, use hues 240°, 0°, and 120°. For analogous combinations, try hues 210° and 270°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(240, 60%, 96%) in CSS?
As HSL: color: hsl(240, 60%, 96%); — As HEX: color: #EFEFFB; — As RGB: color: rgb(239, 239, 251); — Tailwind CSS: bg-[hsl(240,60%,96%)] — CSS variable: --color-primary: hsl(240, 60%, 96%);