HSL(222, 31%, 97%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(222,31%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 31%, 97%) | color: hsl(222, 31%, 97%) | |
| HEX | #F5F6FA | color: #F5F6FA | |
| RGB | rgb(245, 246, 250) | color: rgb(245, 246, 250) | |
| CMYK | cmyk(2%, 2%, 0%, 2%) | — | |
| HSV | hsv(228, 2%, 98%) | — | |
| HWB | hwb(228 96% 2%) | color: hwb(228 96% 2%) | |
| OKLCH | oklch(0.9735 0.0054 274.97) | color: oklch(0.9735 0.0054 274.97) | |
| Lab | lab(96.91 0.38 -2.03) | color: lab(96.91 0.38 -2.03) | |
| LCH | lch(96.91 2.07 280.6) | color: lch(96.91 2.07 280.6) |
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)
#F5F5F9 — rgb(245, 245, 249)
Deuteranopia (Green-blind)
#F5F5F9 — rgb(245, 245, 249)
Tritanopia (Blue-blind)
#F5F8F8 — rgb(245, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 31%, 97%);
text
color: hsl(222, 31%, 97%);
border
border: 2px solid hsl(222, 31%, 97%);
gradient light
background: linear-gradient(to right, hsl(222, 31%, 100%), hsl(222, 31%, 97%));
gradient dark
background: linear-gradient(to right, hsl(222, 31%, 97%), hsl(222, 31%, 77%))
hex
background-color: #F5F6FA;
tailwind
bg-[hsl(222,31%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 31%, 97%, 0.4);
css variable
--color-primary: hsl(222, 31%, 97%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 31%, 97%)?
HEX: #F5F6FA | RGB: rgb(245, 246, 250) | CMYK: 2%, 2%, 0%, 2% | HSV: 228°, 2%, 98%. Copy any format from the conversion table above.
What colors go well with #F5F6FA?
The complementary color is HSL(42, 31%, 97%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 31%, 97%) in CSS?
As HSL: color: hsl(222, 31%, 97%); — As HEX: color: #F5F6FA; — As RGB: color: rgb(245, 246, 250); — Tailwind CSS: bg-[hsl(222,31%,97%)] — CSS variable: --color-primary: hsl(222, 31%, 97%);