HSL(249, 95%, 88%)
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(249,95%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 95%, 88%) | color: hsl(249, 95%, 88%) | |
| HEX | #CCC3FD | color: #CCC3FD | |
| RGB | rgb(204, 195, 253) | color: rgb(204, 195, 253) | |
| CMYK | cmyk(19%, 23%, 0%, 1%) | — | |
| HSV | hsv(249, 23%, 99%) | — | |
| HWB | hwb(249 76% 1%) | color: hwb(249 76% 1%) | |
| OKLCH | oklch(0.8441 0.0807 291.69) | color: oklch(0.8441 0.0807 291.69) | |
| Lab | lab(81.27 14.7 -27.36) | color: lab(81.27 14.7 -27.36) | |
| LCH | lch(81.27 31.06 298.25) | color: lch(81.27 31.06 298.25) |
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)
#C8C8EF — rgb(200, 200, 239)
Deuteranopia (Green-blind)
#C9C9EC — rgb(201, 201, 236)
Tritanopia (Blue-blind)
#CCE4E1 — rgb(204, 228, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 95%, 88%);
text
color: hsl(249, 95%, 88%);
border
border: 2px solid hsl(249, 95%, 88%);
gradient light
background: linear-gradient(to right, hsl(249, 95%, 100%), hsl(249, 95%, 88%));
gradient dark
background: linear-gradient(to right, hsl(249, 95%, 88%), hsl(249, 95%, 68%))
hex
background-color: #CCC3FD;
tailwind
bg-[hsl(249,95%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 95%, 88%, 0.4);
css variable
--color-primary: hsl(249, 95%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 95%, 88%)?
HEX: #CCC3FD | RGB: rgb(204, 195, 253) | CMYK: 19%, 23%, 0%, 1% | HSV: 249°, 23%, 99%. Copy any format from the conversion table above.
What colors go well with #CCC3FD?
The complementary color is HSL(69, 95%, 88%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 95%, 88%) in CSS?
As HSL: color: hsl(249, 95%, 88%); — As HEX: color: #CCC3FD; — As RGB: color: rgb(204, 195, 253); — Tailwind CSS: bg-[hsl(249,95%,88%)] — CSS variable: --color-primary: hsl(249, 95%, 88%);