HSL(230, 52%, 86%)
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,52%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 52%, 86%) | color: hsl(230, 52%, 86%) | |
| HEX | #C9CFEE | color: #C9CFEE | |
| RGB | rgb(201, 207, 238) | color: rgb(201, 207, 238) | |
| CMYK | cmyk(16%, 13%, 0%, 7%) | — | |
| HSV | hsv(230, 16%, 93%) | — | |
| HWB | hwb(230 78% 7%) | color: hwb(230 78% 7%) | |
| OKLCH | oklch(0.8597 0.0435 276.79) | color: oklch(0.8597 0.0435 276.79) | |
| Lab | lab(83.56 4.11 -15.92) | color: lab(83.56 4.11 -15.92) | |
| LCH | lch(83.56 16.44 284.48) | color: lch(83.56 16.44 284.48) |
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)
#CCCCE6 — rgb(204, 204, 230)
Deuteranopia (Green-blind)
#CBCBE5 — rgb(203, 203, 229)
Tritanopia (Blue-blind)
#C9E1DF — rgb(201, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 52%, 86%);
text
color: hsl(230, 52%, 86%);
border
border: 2px solid hsl(230, 52%, 86%);
gradient light
background: linear-gradient(to right, hsl(230, 52%, 100%), hsl(230, 52%, 86%));
gradient dark
background: linear-gradient(to right, hsl(230, 52%, 86%), hsl(230, 52%, 66%))
hex
background-color: #C9CFEE;
tailwind
bg-[hsl(230,52%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 52%, 86%, 0.4);
css variable
--color-primary: hsl(230, 52%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 52%, 86%)?
HEX: #C9CFEE | RGB: rgb(201, 207, 238) | CMYK: 16%, 13%, 0%, 7% | HSV: 230°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #C9CFEE?
The complementary color is HSL(50, 52%, 86%). 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, 52%, 86%) in CSS?
As HSL: color: hsl(230, 52%, 86%); — As HEX: color: #C9CFEE; — As RGB: color: rgb(201, 207, 238); — Tailwind CSS: bg-[hsl(230,52%,86%)] — CSS variable: --color-primary: hsl(230, 52%, 86%);