HSL(247, 77%, 94%)
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(247,77%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 77%, 94%) | color: hsl(247, 77%, 94%) | |
| HEX | #E7E4FB | color: #E7E4FB | |
| RGB | rgb(231, 228, 251) | color: rgb(231, 228, 251) | |
| CMYK | cmyk(8%, 9%, 0%, 2%) | — | |
| HSV | hsv(248, 9%, 98%) | — | |
| HWB | hwb(248 89% 2%) | color: hwb(248 89% 2%) | |
| OKLCH | oklch(0.9281 0.0311 291.77) | color: oklch(0.9281 0.0311 291.77) | |
| Lab | lab(91.43 5.26 -10.76) | color: lab(91.43 5.26 -10.76) | |
| LCH | lch(91.43 11.98 296.05) | color: lch(91.43 11.98 296.05) |
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)
#E6E6F5 — rgb(230, 230, 245)
Deuteranopia (Green-blind)
#E6E6F4 — rgb(230, 230, 244)
Tritanopia (Blue-blind)
#E7F1F0 — rgb(231, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 77%, 94%);
text
color: hsl(247, 77%, 94%);
border
border: 2px solid hsl(247, 77%, 94%);
gradient light
background: linear-gradient(to right, hsl(247, 77%, 100%), hsl(247, 77%, 94%));
gradient dark
background: linear-gradient(to right, hsl(247, 77%, 94%), hsl(247, 77%, 74%))
hex
background-color: #E7E4FB;
tailwind
bg-[hsl(247,77%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 77%, 94%, 0.4);
css variable
--color-primary: hsl(247, 77%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 77%, 94%)?
HEX: #E7E4FB | RGB: rgb(231, 228, 251) | CMYK: 8%, 9%, 0%, 2% | HSV: 248°, 9%, 98%. Copy any format from the conversion table above.
What colors go well with #E7E4FB?
The complementary color is HSL(67, 77%, 94%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 77%, 94%) in CSS?
As HSL: color: hsl(247, 77%, 94%); — As HEX: color: #E7E4FB; — As RGB: color: rgb(231, 228, 251); — Tailwind CSS: bg-[hsl(247,77%,94%)] — CSS variable: --color-primary: hsl(247, 77%, 94%);