HSL(247, 23%, 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,23%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 23%, 94%) | color: hsl(247, 23%, 94%) | |
| HEX | #EDECF3 | color: #EDECF3 | |
| RGB | rgb(237, 236, 243) | color: rgb(237, 236, 243) | |
| CMYK | cmyk(2%, 3%, 0%, 5%) | — | |
| HSV | hsv(249, 3%, 95%) | — | |
| HWB | hwb(249 92% 5%) | color: hwb(249 92% 5%) | |
| OKLCH | oklch(0.9459 0.0094 292.79) | color: oklch(0.9459 0.0094 292.79) | |
| Lab | lab(93.65 1.59 -3.26) | color: lab(93.65 1.59 -3.26) | |
| LCH | lch(93.65 3.63 296) | color: lch(93.65 3.63 296) |
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)
#EDEDF1 — rgb(237, 237, 241)
Deuteranopia (Green-blind)
#EDEDF1 — rgb(237, 237, 241)
Tritanopia (Blue-blind)
#EDF0F0 — rgb(237, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 23%, 94%);
text
color: hsl(247, 23%, 94%);
border
border: 2px solid hsl(247, 23%, 94%);
gradient light
background: linear-gradient(to right, hsl(247, 23%, 100%), hsl(247, 23%, 94%));
gradient dark
background: linear-gradient(to right, hsl(247, 23%, 94%), hsl(247, 23%, 74%))
hex
background-color: #EDECF3;
tailwind
bg-[hsl(247,23%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 23%, 94%, 0.4);
css variable
--color-primary: hsl(247, 23%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 23%, 94%)?
HEX: #EDECF3 | RGB: rgb(237, 236, 243) | CMYK: 2%, 3%, 0%, 5% | HSV: 249°, 3%, 95%. Copy any format from the conversion table above.
What colors go well with #EDECF3?
The complementary color is HSL(67, 23%, 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, 23%, 94%) in CSS?
As HSL: color: hsl(247, 23%, 94%); — As HEX: color: #EDECF3; — As RGB: color: rgb(237, 236, 243); — Tailwind CSS: bg-[hsl(247,23%,94%)] — CSS variable: --color-primary: hsl(247, 23%, 94%);