HSL(197, 45%, 91%)
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(197,45%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 45%, 91%) | color: hsl(197, 45%, 91%) | |
| HEX | #DEEDF2 | color: #DEEDF2 | |
| RGB | rgb(222, 237, 242) | color: rgb(222, 237, 242) | |
| CMYK | cmyk(8%, 2%, 0%, 5%) | — | |
| HSV | hsv(195, 8%, 95%) | — | |
| HWB | hwb(195 87% 5%) | color: hwb(195 87% 5%) | |
| OKLCH | oklch(0.9364 0.0173 219.66) | color: oklch(0.9364 0.0173 219.66) | |
| Lab | lab(92.8 -4 -4.12) | color: lab(92.8 -4 -4.12) | |
| LCH | lch(92.8 5.74 225.85) | color: lch(92.8 5.74 225.85) |
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)
#E4E5F1 — rgb(228, 229, 241)
Deuteranopia (Green-blind)
#E4E3F1 — rgb(228, 227, 241)
Tritanopia (Blue-blind)
#DFF0F0 — rgb(223, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 45%, 91%);
text
color: hsl(197, 45%, 91%);
border
border: 2px solid hsl(197, 45%, 91%);
gradient light
background: linear-gradient(to right, hsl(197, 45%, 100%), hsl(197, 45%, 91%));
gradient dark
background: linear-gradient(to right, hsl(197, 45%, 91%), hsl(197, 45%, 71%))
hex
background-color: #DEEDF2;
tailwind
bg-[hsl(197,45%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 45%, 91%, 0.4);
css variable
--color-primary: hsl(197, 45%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 45%, 91%)?
HEX: #DEEDF2 | RGB: rgb(222, 237, 242) | CMYK: 8%, 2%, 0%, 5% | HSV: 195°, 8%, 95%. Copy any format from the conversion table above.
What colors go well with #DEEDF2?
The complementary color is HSL(17, 45%, 91%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 45%, 91%) in CSS?
As HSL: color: hsl(197, 45%, 91%); — As HEX: color: #DEEDF2; — As RGB: color: rgb(222, 237, 242); — Tailwind CSS: bg-[hsl(197,45%,91%)] — CSS variable: --color-primary: hsl(197, 45%, 91%);