HSL(236, 96%, 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(236,96%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 96%, 88%) | color: hsl(236, 96%, 88%) | |
| HEX | #C3C7FE | color: #C3C7FE | |
| RGB | rgb(195, 199, 254) | color: rgb(195, 199, 254) | |
| CMYK | cmyk(23%, 22%, 0%, 0%) | — | |
| HSV | hsv(236, 23%, 100%) | — | |
| HWB | hwb(236 77% 0%) | color: hwb(236 77% 0%) | |
| OKLCH | oklch(0.8453 0.0767 281.37) | color: oklch(0.8453 0.0767 281.37) | |
| Lab | lab(81.62 10.06 -27.41) | color: lab(81.62 10.06 -27.41) | |
| LCH | lch(81.62 29.2 290.15) | color: lch(81.62 29.2 290.15) |
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)
#C5C5F1 — rgb(197, 197, 241)
Deuteranopia (Green-blind)
#C5C4EE — rgb(197, 196, 238)
Tritanopia (Blue-blind)
#C3E6E4 — rgb(195, 230, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 96%, 88%);
text
color: hsl(236, 96%, 88%);
border
border: 2px solid hsl(236, 96%, 88%);
gradient light
background: linear-gradient(to right, hsl(236, 96%, 100%), hsl(236, 96%, 88%));
gradient dark
background: linear-gradient(to right, hsl(236, 96%, 88%), hsl(236, 96%, 68%))
hex
background-color: #C3C7FE;
tailwind
bg-[hsl(236,96%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 96%, 88%, 0.4);
css variable
--color-primary: hsl(236, 96%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 96%, 88%)?
HEX: #C3C7FE | RGB: rgb(195, 199, 254) | CMYK: 23%, 22%, 0%, 0% | HSV: 236°, 23%, 100%. Copy any format from the conversion table above.
What colors go well with #C3C7FE?
The complementary color is HSL(56, 96%, 88%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 96%, 88%) in CSS?
As HSL: color: hsl(236, 96%, 88%); — As HEX: color: #C3C7FE; — As RGB: color: rgb(195, 199, 254); — Tailwind CSS: bg-[hsl(236,96%,88%)] — CSS variable: --color-primary: hsl(236, 96%, 88%);