HSL(212, 63%, 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(212,63%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 63%, 88%) | color: hsl(212, 63%, 88%) | |
| HEX | #CDDFF4 | color: #CDDFF4 | |
| RGB | rgb(205, 223, 244) | color: rgb(205, 223, 244) | |
| CMYK | cmyk(16%, 9%, 0%, 4%) | — | |
| HSV | hsv(212, 16%, 96%) | — | |
| HWB | hwb(212 81% 4%) | color: hwb(212 81% 4%) | |
| OKLCH | oklch(0.8967 0.0348 252.27) | color: oklch(0.8967 0.0348 252.27) | |
| Lab | lab(88.11 -1.78 -12.25) | color: lab(88.11 -1.78 -12.25) | |
| LCH | lch(88.11 12.38 261.73) | color: lch(88.11 12.38 261.73) |
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)
#D5D5EF — rgb(213, 213, 239)
Deuteranopia (Green-blind)
#D4D2EE — rgb(212, 210, 238)
Tritanopia (Blue-blind)
#CEEBEA — rgb(206, 235, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 63%, 88%);
text
color: hsl(212, 63%, 88%);
border
border: 2px solid hsl(212, 63%, 88%);
gradient light
background: linear-gradient(to right, hsl(212, 63%, 100%), hsl(212, 63%, 88%));
gradient dark
background: linear-gradient(to right, hsl(212, 63%, 88%), hsl(212, 63%, 68%))
hex
background-color: #CDDFF4;
tailwind
bg-[hsl(212,63%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 63%, 88%, 0.4);
css variable
--color-primary: hsl(212, 63%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 63%, 88%)?
HEX: #CDDFF4 | RGB: rgb(205, 223, 244) | CMYK: 16%, 9%, 0%, 4% | HSV: 212°, 16%, 96%. Copy any format from the conversion table above.
What colors go well with #CDDFF4?
The complementary color is HSL(32, 63%, 88%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 63%, 88%) in CSS?
As HSL: color: hsl(212, 63%, 88%); — As HEX: color: #CDDFF4; — As RGB: color: rgb(205, 223, 244); — Tailwind CSS: bg-[hsl(212,63%,88%)] — CSS variable: --color-primary: hsl(212, 63%, 88%);