HSL(230, 57%, 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(230,57%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 57%, 88%) | color: hsl(230, 57%, 88%) | |
| HEX | #CFD5F2 | color: #CFD5F2 | |
| RGB | rgb(207, 213, 242) | color: rgb(207, 213, 242) | |
| CMYK | cmyk(14%, 12%, 0%, 5%) | — | |
| HSV | hsv(230, 14%, 95%) | — | |
| HWB | hwb(230 82% 5%) | color: hwb(230 82% 5%) | |
| OKLCH | oklch(0.8775 0.0405 276.28) | color: oklch(0.8775 0.0405 276.28) | |
| Lab | lab(85.64 3.66 -14.87) | color: lab(85.64 3.66 -14.87) | |
| LCH | lch(85.64 15.31 283.83) | color: lch(85.64 15.31 283.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)
#D2D2EB — rgb(210, 210, 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(230, 57%, 88%);
text
color: hsl(230, 57%, 88%);
border
border: 2px solid hsl(230, 57%, 88%);
gradient light
background: linear-gradient(to right, hsl(230, 57%, 100%), hsl(230, 57%, 88%));
gradient dark
background: linear-gradient(to right, hsl(230, 57%, 88%), hsl(230, 57%, 68%))
hex
background-color: #CFD5F2;
tailwind
bg-[hsl(230,57%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 57%, 88%, 0.4);
css variable
--color-primary: hsl(230, 57%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 57%, 88%)?
HEX: #CFD5F2 | RGB: rgb(207, 213, 242) | CMYK: 14%, 12%, 0%, 5% | HSV: 230°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #CFD5F2?
The complementary color is HSL(50, 57%, 88%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 57%, 88%) in CSS?
As HSL: color: hsl(230, 57%, 88%); — As HEX: color: #CFD5F2; — As RGB: color: rgb(207, 213, 242); — Tailwind CSS: bg-[hsl(230,57%,88%)] — CSS variable: --color-primary: hsl(230, 57%, 88%);