HSL(232, 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(232,95%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 95%, 88%) | color: hsl(232, 95%, 88%) | |
| HEX | #C3CBFD | color: #C3CBFD | |
| RGB | rgb(195, 203, 253) | color: rgb(195, 203, 253) | |
| CMYK | cmyk(23%, 20%, 0%, 1%) | — | |
| HSV | hsv(232, 23%, 99%) | — | |
| HWB | hwb(232 76% 1%) | color: hwb(232 76% 1%) | |
| OKLCH | oklch(0.8527 0.0702 277.7) | color: oklch(0.8527 0.0702 277.7) | |
| Lab | lab(82.6 7.68 -25.39) | color: lab(82.6 7.68 -25.39) | |
| LCH | lch(82.6 26.53 286.83) | color: lch(82.6 26.53 286.83) |
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)
#C6C7F1 — rgb(198, 199, 241)
Deuteranopia (Green-blind)
#C6C5EE — rgb(198, 197, 238)
Tritanopia (Blue-blind)
#C3E7E5 — rgb(195, 231, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 95%, 88%);
text
color: hsl(232, 95%, 88%);
border
border: 2px solid hsl(232, 95%, 88%);
gradient light
background: linear-gradient(to right, hsl(232, 95%, 100%), hsl(232, 95%, 88%));
gradient dark
background: linear-gradient(to right, hsl(232, 95%, 88%), hsl(232, 95%, 68%))
hex
background-color: #C3CBFD;
tailwind
bg-[hsl(232,95%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 95%, 88%, 0.4);
css variable
--color-primary: hsl(232, 95%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 95%, 88%)?
HEX: #C3CBFD | RGB: rgb(195, 203, 253) | CMYK: 23%, 20%, 0%, 1% | HSV: 232°, 23%, 99%. Copy any format from the conversion table above.
What colors go well with #C3CBFD?
The complementary color is HSL(52, 95%, 88%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 95%, 88%) in CSS?
As HSL: color: hsl(232, 95%, 88%); — As HEX: color: #C3CBFD; — As RGB: color: rgb(195, 203, 253); — Tailwind CSS: bg-[hsl(232,95%,88%)] — CSS variable: --color-primary: hsl(232, 95%, 88%);