HSL(225, 60%, 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(225,60%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 60%, 86%) | color: hsl(225, 60%, 86%) | |
| HEX | #C6D1F1 | color: #C6D1F1 | |
| RGB | rgb(198, 209, 241) | color: rgb(198, 209, 241) | |
| CMYK | cmyk(18%, 13%, 0%, 5%) | — | |
| HSV | hsv(225, 18%, 95%) | — | |
| HWB | hwb(225 78% 5%) | color: hwb(225 78% 5%) | |
| OKLCH | oklch(0.8625 0.046 270.41) | color: oklch(0.8625 0.046 270.41) | |
| Lab | lab(83.94 2.76 -16.95) | color: lab(83.94 2.76 -16.95) | |
| LCH | lch(83.94 17.17 279.25) | color: lch(83.94 17.17 279.25) |
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)
#CBCBE9 — rgb(203, 203, 233)
Deuteranopia (Green-blind)
#CAC9E7 — rgb(202, 201, 231)
Tritanopia (Blue-blind)
#C7E3E2 — rgb(199, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 60%, 86%);
text
color: hsl(225, 60%, 86%);
border
border: 2px solid hsl(225, 60%, 86%);
gradient light
background: linear-gradient(to right, hsl(225, 60%, 100%), hsl(225, 60%, 86%));
gradient dark
background: linear-gradient(to right, hsl(225, 60%, 86%), hsl(225, 60%, 66%))
hex
background-color: #C6D1F1;
tailwind
bg-[hsl(225,60%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 60%, 86%, 0.4);
css variable
--color-primary: hsl(225, 60%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 60%, 86%)?
HEX: #C6D1F1 | RGB: rgb(198, 209, 241) | CMYK: 18%, 13%, 0%, 5% | HSV: 225°, 18%, 95%. Copy any format from the conversion table above.
What colors go well with #C6D1F1?
The complementary color is HSL(45, 60%, 86%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 60%, 86%) in CSS?
As HSL: color: hsl(225, 60%, 86%); — As HEX: color: #C6D1F1; — As RGB: color: rgb(198, 209, 241); — Tailwind CSS: bg-[hsl(225,60%,86%)] — CSS variable: --color-primary: hsl(225, 60%, 86%);