HSL(254, 30%, 95%)
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(254,30%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(254, 30%, 95%) | color: hsl(254, 30%, 95%) | |
| HEX | #F0EEF6 | color: #F0EEF6 | |
| RGB | rgb(240, 238, 246) | color: rgb(240, 238, 246) | |
| CMYK | cmyk(2%, 3%, 0%, 4%) | — | |
| HSV | hsv(255, 3%, 96%) | — | |
| HWB | hwb(255 93% 4%) | color: hwb(255 93% 4%) | |
| OKLCH | oklch(0.953 0.0108 297.62) | color: oklch(0.953 0.0108 297.62) | |
| Lab | lab(94.45 2.1 -3.62) | color: lab(94.45 2.1 -3.62) | |
| LCH | lch(94.45 4.19 300.12) | color: lch(94.45 4.19 300.12) |
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)
#EFEFF4 — rgb(239, 239, 244)
Deuteranopia (Green-blind)
#EFEFF4 — rgb(239, 239, 244)
Tritanopia (Blue-blind)
#F0F3F2 — rgb(240, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(254, 30%, 95%);
text
color: hsl(254, 30%, 95%);
border
border: 2px solid hsl(254, 30%, 95%);
gradient light
background: linear-gradient(to right, hsl(254, 30%, 100%), hsl(254, 30%, 95%));
gradient dark
background: linear-gradient(to right, hsl(254, 30%, 95%), hsl(254, 30%, 75%))
hex
background-color: #F0EEF6;
tailwind
bg-[hsl(254,30%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(254, 30%, 95%, 0.4);
css variable
--color-primary: hsl(254, 30%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(254, 30%, 95%)?
HEX: #F0EEF6 | RGB: rgb(240, 238, 246) | CMYK: 2%, 3%, 0%, 4% | HSV: 255°, 3%, 96%. Copy any format from the conversion table above.
What colors go well with #F0EEF6?
The complementary color is HSL(74, 30%, 95%). For a triadic harmony, use hues 254°, 14°, and 134°. For analogous combinations, try hues 224° and 284°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(254, 30%, 95%) in CSS?
As HSL: color: hsl(254, 30%, 95%); — As HEX: color: #F0EEF6; — As RGB: color: rgb(240, 238, 246); — Tailwind CSS: bg-[hsl(254,30%,95%)] — CSS variable: --color-primary: hsl(254, 30%, 95%);