HSL(214, 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(214,95%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 95%, 88%) | color: hsl(214, 95%, 88%) | |
| HEX | #C3DDFD | color: #C3DDFD | |
| RGB | rgb(195, 221, 253) | color: rgb(195, 221, 253) | |
| CMYK | cmyk(23%, 13%, 0%, 1%) | — | |
| HSV | hsv(213, 23%, 99%) | — | |
| HWB | hwb(213 76% 1%) | color: hwb(213 76% 1%) | |
| OKLCH | oklch(0.8887 0.0523 253.72) | color: oklch(0.8887 0.0523 253.72) | |
| Lab | lab(87.2 -1.85 -18.42) | color: lab(87.2 -1.85 -18.42) | |
| LCH | lch(87.2 18.51 264.26) | color: lch(87.2 18.51 264.26) |
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)
#CECEF5 — rgb(206, 206, 245)
Deuteranopia (Green-blind)
#CDCBF3 — rgb(205, 203, 243)
Tritanopia (Blue-blind)
#C4EFEE — rgb(196, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 95%, 88%);
text
color: hsl(214, 95%, 88%);
border
border: 2px solid hsl(214, 95%, 88%);
gradient light
background: linear-gradient(to right, hsl(214, 95%, 100%), hsl(214, 95%, 88%));
gradient dark
background: linear-gradient(to right, hsl(214, 95%, 88%), hsl(214, 95%, 68%))
hex
background-color: #C3DDFD;
tailwind
bg-[hsl(214,95%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 95%, 88%, 0.4);
css variable
--color-primary: hsl(214, 95%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 95%, 88%)?
HEX: #C3DDFD | RGB: rgb(195, 221, 253) | CMYK: 23%, 13%, 0%, 1% | HSV: 213°, 23%, 99%. Copy any format from the conversion table above.
What colors go well with #C3DDFD?
The complementary color is HSL(34, 95%, 88%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 95%, 88%) in CSS?
As HSL: color: hsl(214, 95%, 88%); — As HEX: color: #C3DDFD; — As RGB: color: rgb(195, 221, 253); — Tailwind CSS: bg-[hsl(214,95%,88%)] — CSS variable: --color-primary: hsl(214, 95%, 88%);