HSL(197, 99%, 97%)
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,99%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 99%, 97%) | color: hsl(197, 99%, 97%) | |
| HEX | #F0FBFF | color: #F0FBFF | |
| RGB | rgb(240, 251, 255) | color: rgb(240, 251, 255) | |
| CMYK | cmyk(6%, 2%, 0%, 0%) | — | |
| HSV | hsv(196, 6%, 100%) | — | |
| HWB | hwb(196 94% 0%) | color: hwb(196 94% 0%) | |
| OKLCH | oklch(0.981 0.0128 221.42) | color: oklch(0.981 0.0128 221.42) | |
| Lab | lab(97.93 -2.87 -3.16) | color: lab(97.93 -2.87 -3.16) | |
| LCH | lch(97.93 4.27 227.75) | color: lch(97.93 4.27 227.75) |
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)
#F5F5FE — rgb(245, 245, 254)
Deuteranopia (Green-blind)
#F4F3FE — rgb(244, 243, 254)
Tritanopia (Blue-blind)
#F1FDFD — rgb(241, 253, 253)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 99%, 97%);
text
color: hsl(197, 99%, 97%);
border
border: 2px solid hsl(197, 99%, 97%);
gradient light
background: linear-gradient(to right, hsl(197, 99%, 100%), hsl(197, 99%, 97%));
gradient dark
background: linear-gradient(to right, hsl(197, 99%, 97%), hsl(197, 99%, 77%))
hex
background-color: #F0FBFF;
tailwind
bg-[hsl(197,99%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 99%, 97%, 0.4);
css variable
--color-primary: hsl(197, 99%, 97%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 99%, 97%)?
HEX: #F0FBFF | RGB: rgb(240, 251, 255) | CMYK: 6%, 2%, 0%, 0% | HSV: 196°, 6%, 100%. Copy any format from the conversion table above.
What colors go well with #F0FBFF?
The complementary color is HSL(17, 99%, 97%). 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, 99%, 97%) in CSS?
As HSL: color: hsl(197, 99%, 97%); — As HEX: color: #F0FBFF; — As RGB: color: rgb(240, 251, 255); — Tailwind CSS: bg-[hsl(197,99%,97%)] — CSS variable: --color-primary: hsl(197, 99%, 97%);