HSL(199, 93%, 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(199,93%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 93%, 97%) | color: hsl(199, 93%, 97%) | |
| HEX | #F0FAFE | color: #F0FAFE | |
| RGB | rgb(240, 250, 254) | color: rgb(240, 250, 254) | |
| CMYK | cmyk(6%, 2%, 0%, 0%) | — | |
| HSV | hsv(197, 6%, 100%) | — | |
| HWB | hwb(197 94% 0%) | color: hwb(197 94% 0%) | |
| OKLCH | oklch(0.9788 0.0119 223.52) | color: oklch(0.9788 0.0119 223.52) | |
| Lab | lab(97.65 -2.55 -3.05) | color: lab(97.65 -2.55 -3.05) | |
| LCH | lch(97.65 3.98 230.1) | color: lch(97.65 3.98 230.1) |
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)
#F4F4FD — rgb(244, 244, 253)
Deuteranopia (Green-blind)
#F4F3FD — rgb(244, 243, 253)
Tritanopia (Blue-blind)
#F1FCFC — rgb(241, 252, 252)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 93%, 97%);
text
color: hsl(199, 93%, 97%);
border
border: 2px solid hsl(199, 93%, 97%);
gradient light
background: linear-gradient(to right, hsl(199, 93%, 100%), hsl(199, 93%, 97%));
gradient dark
background: linear-gradient(to right, hsl(199, 93%, 97%), hsl(199, 93%, 77%))
hex
background-color: #F0FAFE;
tailwind
bg-[hsl(199,93%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 93%, 97%, 0.4);
css variable
--color-primary: hsl(199, 93%, 97%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 93%, 97%)?
HEX: #F0FAFE | RGB: rgb(240, 250, 254) | CMYK: 6%, 2%, 0%, 0% | HSV: 197°, 6%, 100%. Copy any format from the conversion table above.
What colors go well with #F0FAFE?
The complementary color is HSL(19, 93%, 97%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 93%, 97%) in CSS?
As HSL: color: hsl(199, 93%, 97%); — As HEX: color: #F0FAFE; — As RGB: color: rgb(240, 250, 254); — Tailwind CSS: bg-[hsl(199,93%,97%)] — CSS variable: --color-primary: hsl(199, 93%, 97%);