HSL(227, 90%, 87%)
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(227,90%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 90%, 87%) | color: hsl(227, 90%, 87%) | |
| HEX | #C0CDFC | color: #C0CDFC | |
| RGB | rgb(192, 205, 252) | color: rgb(192, 205, 252) | |
| CMYK | cmyk(24%, 19%, 0%, 1%) | — | |
| HSV | hsv(227, 24%, 99%) | — | |
| HWB | hwb(227 75% 1%) | color: hwb(227 75% 1%) | |
| OKLCH | oklch(0.8541 0.0671 272.82) | color: oklch(0.8541 0.0671 272.82) | |
| Lab | lab(82.86 5.5 -24.48) | color: lab(82.86 5.5 -24.48) | |
| LCH | lch(82.86 25.09 282.66) | color: lch(82.86 25.09 282.66) |
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)
#C6C6F1 — rgb(198, 198, 241)
Deuteranopia (Green-blind)
#C5C4EE — rgb(197, 196, 238)
Tritanopia (Blue-blind)
#C1E8E6 — rgb(193, 232, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 90%, 87%);
text
color: hsl(227, 90%, 87%);
border
border: 2px solid hsl(227, 90%, 87%);
gradient light
background: linear-gradient(to right, hsl(227, 90%, 100%), hsl(227, 90%, 87%));
gradient dark
background: linear-gradient(to right, hsl(227, 90%, 87%), hsl(227, 90%, 67%))
hex
background-color: #C0CDFC;
tailwind
bg-[hsl(227,90%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 90%, 87%, 0.4);
css variable
--color-primary: hsl(227, 90%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 90%, 87%)?
HEX: #C0CDFC | RGB: rgb(192, 205, 252) | CMYK: 24%, 19%, 0%, 1% | HSV: 227°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #C0CDFC?
The complementary color is HSL(47, 90%, 87%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 90%, 87%) in CSS?
As HSL: color: hsl(227, 90%, 87%); — As HEX: color: #C0CDFC; — As RGB: color: rgb(192, 205, 252); — Tailwind CSS: bg-[hsl(227,90%,87%)] — CSS variable: --color-primary: hsl(227, 90%, 87%);