HSL(235, 100%, 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(235,100%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(235, 100%, 97%) | color: hsl(235, 100%, 97%) | |
| HEX | #F0F1FF | color: #F0F1FF | |
| RGB | rgb(240, 241, 255) | color: rgb(240, 241, 255) | |
| CMYK | cmyk(6%, 5%, 0%, 0%) | — | |
| HSV | hsv(236, 6%, 100%) | — | |
| HWB | hwb(236 94% 0%) | color: hwb(236 94% 0%) | |
| OKLCH | oklch(0.9615 0.0187 282.77) | color: oklch(0.9615 0.0187 282.77) | |
| Lab | lab(95.44 2.22 -6.83) | color: lab(95.44 2.22 -6.83) | |
| LCH | lch(95.44 7.18 288.01) | color: lch(95.44 7.18 288.01) |
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)
#F0F0FC — rgb(240, 240, 252)
Deuteranopia (Green-blind)
#F0F0FB — rgb(240, 240, 251)
Tritanopia (Blue-blind)
#F0F9F8 — rgb(240, 249, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(235, 100%, 97%);
text
color: hsl(235, 100%, 97%);
border
border: 2px solid hsl(235, 100%, 97%);
gradient light
background: linear-gradient(to right, hsl(235, 100%, 100%), hsl(235, 100%, 97%));
gradient dark
background: linear-gradient(to right, hsl(235, 100%, 97%), hsl(235, 100%, 77%))
hex
background-color: #F0F1FF;
tailwind
bg-[hsl(235,100%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(235, 100%, 97%, 0.4);
css variable
--color-primary: hsl(235, 100%, 97%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(235, 100%, 97%)?
HEX: #F0F1FF | RGB: rgb(240, 241, 255) | CMYK: 6%, 5%, 0%, 0% | HSV: 236°, 6%, 100%. Copy any format from the conversion table above.
What colors go well with #F0F1FF?
The complementary color is HSL(55, 100%, 97%). For a triadic harmony, use hues 235°, 355°, and 115°. For analogous combinations, try hues 205° and 265°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(235, 100%, 97%) in CSS?
As HSL: color: hsl(235, 100%, 97%); — As HEX: color: #F0F1FF; — As RGB: color: rgb(240, 241, 255); — Tailwind CSS: bg-[hsl(235,100%,97%)] — CSS variable: --color-primary: hsl(235, 100%, 97%);