HSL(197, 58%, 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(197,58%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 58%, 96%) | color: hsl(197, 58%, 96%) | |
| HEX | #EFF7FB | color: #EFF7FB | |
| RGB | rgb(239, 247, 251) | color: rgb(239, 247, 251) | |
| CMYK | cmyk(5%, 2%, 0%, 2%) | — | |
| HSV | hsv(200, 5%, 98%) | — | |
| HWB | hwb(200 93% 2%) | color: hwb(200 93% 2%) | |
| OKLCH | oklch(0.9713 0.0101 228.89) | color: oklch(0.9713 0.0101 228.89) | |
| Lab | lab(96.75 -1.9 -2.83) | color: lab(96.75 -1.9 -2.83) | |
| LCH | lch(96.75 3.41 236.12) | color: lch(96.75 3.41 236.12) |
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)
#F2F3FA — rgb(242, 243, 250)
Deuteranopia (Green-blind)
#F2F1FA — rgb(242, 241, 250)
Tritanopia (Blue-blind)
#EFF9F9 — rgb(239, 249, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 58%, 96%);
text
color: hsl(197, 58%, 96%);
border
border: 2px solid hsl(197, 58%, 96%);
gradient light
background: linear-gradient(to right, hsl(197, 58%, 100%), hsl(197, 58%, 96%));
gradient dark
background: linear-gradient(to right, hsl(197, 58%, 96%), hsl(197, 58%, 76%))
hex
background-color: #EFF7FB;
tailwind
bg-[hsl(197,58%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 58%, 96%, 0.4);
css variable
--color-primary: hsl(197, 58%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 58%, 96%)?
HEX: #EFF7FB | RGB: rgb(239, 247, 251) | CMYK: 5%, 2%, 0%, 2% | HSV: 200°, 5%, 98%. Copy any format from the conversion table above.
What colors go well with #EFF7FB?
The complementary color is HSL(17, 58%, 96%). 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, 58%, 96%) in CSS?
As HSL: color: hsl(197, 58%, 96%); — As HEX: color: #EFF7FB; — As RGB: color: rgb(239, 247, 251); — Tailwind CSS: bg-[hsl(197,58%,96%)] — CSS variable: --color-primary: hsl(197, 58%, 96%);