HSL(232, 56%, 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,56%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 56%, 88%) | color: hsl(232, 56%, 88%) | |
| HEX | #CFD4F2 | color: #CFD4F2 | |
| RGB | rgb(207, 212, 242) | color: rgb(207, 212, 242) | |
| CMYK | cmyk(14%, 12%, 0%, 5%) | — | |
| HSV | hsv(231, 14%, 95%) | — | |
| HWB | hwb(231 82% 5%) | color: hwb(231 82% 5%) | |
| OKLCH | oklch(0.8755 0.0417 278.01) | color: oklch(0.8755 0.0417 278.01) | |
| Lab | lab(85.38 4.19 -15.25) | color: lab(85.38 4.19 -15.25) | |
| LCH | lch(85.38 15.82 285.36) | color: lch(85.38 15.82 285.36) |
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)
#D1D1EB — rgb(209, 209, 235)
Deuteranopia (Green-blind)
#D1D1E9 — rgb(209, 209, 233)
Tritanopia (Blue-blind)
#CFE5E4 — rgb(207, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 56%, 88%);
text
color: hsl(232, 56%, 88%);
border
border: 2px solid hsl(232, 56%, 88%);
gradient light
background: linear-gradient(to right, hsl(232, 56%, 100%), hsl(232, 56%, 88%));
gradient dark
background: linear-gradient(to right, hsl(232, 56%, 88%), hsl(232, 56%, 68%))
hex
background-color: #CFD4F2;
tailwind
bg-[hsl(232,56%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 56%, 88%, 0.4);
css variable
--color-primary: hsl(232, 56%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 56%, 88%)?
HEX: #CFD4F2 | RGB: rgb(207, 212, 242) | CMYK: 14%, 12%, 0%, 5% | HSV: 231°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #CFD4F2?
The complementary color is HSL(52, 56%, 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, 56%, 88%) in CSS?
As HSL: color: hsl(232, 56%, 88%); — As HEX: color: #CFD4F2; — As RGB: color: rgb(207, 212, 242); — Tailwind CSS: bg-[hsl(232,56%,88%)] — CSS variable: --color-primary: hsl(232, 56%, 88%);