HSL(202, 49%, 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(202,49%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 49%, 96%) | color: hsl(202, 49%, 96%) | |
| HEX | #F0F6FA | color: #F0F6FA | |
| RGB | rgb(240, 246, 250) | color: rgb(240, 246, 250) | |
| CMYK | cmyk(4%, 2%, 0%, 2%) | — | |
| HSV | hsv(204, 4%, 98%) | — | |
| HWB | hwb(204 94% 2%) | color: hwb(204 94% 2%) | |
| OKLCH | oklch(0.9698 0.0083 236.56) | color: oklch(0.9698 0.0083 236.56) | |
| Lab | lab(96.55 -1.25 -2.61) | color: lab(96.55 -1.25 -2.61) | |
| LCH | lch(96.55 2.89 244.41) | color: lch(96.55 2.89 244.41) |
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)
#F3F3F9 — rgb(243, 243, 249)
Deuteranopia (Green-blind)
#F2F2F9 — rgb(242, 242, 249)
Tritanopia (Blue-blind)
#F0F8F8 — rgb(240, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 49%, 96%);
text
color: hsl(202, 49%, 96%);
border
border: 2px solid hsl(202, 49%, 96%);
gradient light
background: linear-gradient(to right, hsl(202, 49%, 100%), hsl(202, 49%, 96%));
gradient dark
background: linear-gradient(to right, hsl(202, 49%, 96%), hsl(202, 49%, 76%))
hex
background-color: #F0F6FA;
tailwind
bg-[hsl(202,49%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 49%, 96%, 0.4);
css variable
--color-primary: hsl(202, 49%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 49%, 96%)?
HEX: #F0F6FA | RGB: rgb(240, 246, 250) | CMYK: 4%, 2%, 0%, 2% | HSV: 204°, 4%, 98%. Copy any format from the conversion table above.
What colors go well with #F0F6FA?
The complementary color is HSL(22, 49%, 96%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 49%, 96%) in CSS?
As HSL: color: hsl(202, 49%, 96%); — As HEX: color: #F0F6FA; — As RGB: color: rgb(240, 246, 250); — Tailwind CSS: bg-[hsl(202,49%,96%)] — CSS variable: --color-primary: hsl(202, 49%, 96%);