HSL(197, 75%, 88%)
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,75%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 75%, 88%) | color: hsl(197, 75%, 88%) | |
| HEX | #C9EAF7 | color: #C9EAF7 | |
| RGB | rgb(201, 234, 247) | color: rgb(201, 234, 247) | |
| CMYK | cmyk(19%, 5%, 0%, 3%) | — | |
| HSV | hsv(197, 19%, 97%) | — | |
| HWB | hwb(197 79% 3%) | color: hwb(197 79% 3%) | |
| OKLCH | oklch(0.9173 0.0388 223.57) | color: oklch(0.9173 0.0388 223.57) | |
| Lab | lab(90.77 -8.05 -9.88) | color: lab(90.77 -8.05 -9.88) | |
| LCH | lch(90.77 12.74 230.83) | color: lch(90.77 12.74 230.83) |
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)
#D7D8F4 — rgb(215, 216, 244)
Deuteranopia (Green-blind)
#D5D3F3 — rgb(213, 211, 243)
Tritanopia (Blue-blind)
#CBF1F1 — rgb(203, 241, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 75%, 88%);
text
color: hsl(197, 75%, 88%);
border
border: 2px solid hsl(197, 75%, 88%);
gradient light
background: linear-gradient(to right, hsl(197, 75%, 100%), hsl(197, 75%, 88%));
gradient dark
background: linear-gradient(to right, hsl(197, 75%, 88%), hsl(197, 75%, 68%))
hex
background-color: #C9EAF7;
tailwind
bg-[hsl(197,75%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 75%, 88%, 0.4);
css variable
--color-primary: hsl(197, 75%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 75%, 88%)?
HEX: #C9EAF7 | RGB: rgb(201, 234, 247) | CMYK: 19%, 5%, 0%, 3% | HSV: 197°, 19%, 97%. Copy any format from the conversion table above.
What colors go well with #C9EAF7?
The complementary color is HSL(17, 75%, 88%). 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, 75%, 88%) in CSS?
As HSL: color: hsl(197, 75%, 88%); — As HEX: color: #C9EAF7; — As RGB: color: rgb(201, 234, 247); — Tailwind CSS: bg-[hsl(197,75%,88%)] — CSS variable: --color-primary: hsl(197, 75%, 88%);