HSL(197, 77%, 87%)
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,77%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 77%, 87%) | color: hsl(197, 77%, 87%) | |
| HEX | #C4E9F7 | color: #C4E9F7 | |
| RGB | rgb(196, 233, 247) | color: rgb(196, 233, 247) | |
| CMYK | cmyk(21%, 6%, 0%, 3%) | — | |
| HSV | hsv(196, 21%, 97%) | — | |
| HWB | hwb(196 77% 3%) | color: hwb(196 77% 3%) | |
| OKLCH | oklch(0.912 0.0431 222.74) | color: oklch(0.912 0.0431 222.74) | |
| Lab | lab(90.2 -9.05 -10.77) | color: lab(90.2 -9.05 -10.77) | |
| LCH | lch(90.2 14.07 229.96) | color: lch(90.2 14.07 229.96) |
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)
#D4D4F4 — rgb(212, 212, 244)
Deuteranopia (Green-blind)
#D2CFF3 — rgb(210, 207, 243)
Tritanopia (Blue-blind)
#C6F1F0 — rgb(198, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 77%, 87%);
text
color: hsl(197, 77%, 87%);
border
border: 2px solid hsl(197, 77%, 87%);
gradient light
background: linear-gradient(to right, hsl(197, 77%, 100%), hsl(197, 77%, 87%));
gradient dark
background: linear-gradient(to right, hsl(197, 77%, 87%), hsl(197, 77%, 67%))
hex
background-color: #C4E9F7;
tailwind
bg-[hsl(197,77%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 77%, 87%, 0.4);
css variable
--color-primary: hsl(197, 77%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 77%, 87%)?
HEX: #C4E9F7 | RGB: rgb(196, 233, 247) | CMYK: 21%, 6%, 0%, 3% | HSV: 196°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #C4E9F7?
The complementary color is HSL(17, 77%, 87%). 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, 77%, 87%) in CSS?
As HSL: color: hsl(197, 77%, 87%); — As HEX: color: #C4E9F7; — As RGB: color: rgb(196, 233, 247); — Tailwind CSS: bg-[hsl(197,77%,87%)] — CSS variable: --color-primary: hsl(197, 77%, 87%);