HSL(222, 75%, 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(222,75%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 75%, 87%) | color: hsl(222, 75%, 87%) | |
| HEX | #C5D4F7 | color: #C5D4F7 | |
| RGB | rgb(197, 212, 247) | color: rgb(197, 212, 247) | |
| CMYK | cmyk(20%, 14%, 0%, 3%) | — | |
| HSV | hsv(222, 20%, 97%) | — | |
| HWB | hwb(222 78% 3%) | color: hwb(222 78% 3%) | |
| OKLCH | oklch(0.8699 0.0513 266.98) | color: oklch(0.8699 0.0513 266.98) | |
| Lab | lab(84.83 2.16 -18.81) | color: lab(84.83 2.16 -18.81) | |
| LCH | lch(84.83 18.93 276.55) | color: lch(84.83 18.93 276.55) |
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)
#CBCCEF — rgb(203, 204, 239)
Deuteranopia (Green-blind)
#CBCAED — rgb(203, 202, 237)
Tritanopia (Blue-blind)
#C6E8E6 — rgb(198, 232, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 75%, 87%);
text
color: hsl(222, 75%, 87%);
border
border: 2px solid hsl(222, 75%, 87%);
gradient light
background: linear-gradient(to right, hsl(222, 75%, 100%), hsl(222, 75%, 87%));
gradient dark
background: linear-gradient(to right, hsl(222, 75%, 87%), hsl(222, 75%, 67%))
hex
background-color: #C5D4F7;
tailwind
bg-[hsl(222,75%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 75%, 87%, 0.4);
css variable
--color-primary: hsl(222, 75%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 75%, 87%)?
HEX: #C5D4F7 | RGB: rgb(197, 212, 247) | CMYK: 20%, 14%, 0%, 3% | HSV: 222°, 20%, 97%. Copy any format from the conversion table above.
What colors go well with #C5D4F7?
The complementary color is HSL(42, 75%, 87%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 75%, 87%) in CSS?
As HSL: color: hsl(222, 75%, 87%); — As HEX: color: #C5D4F7; — As RGB: color: rgb(197, 212, 247); — Tailwind CSS: bg-[hsl(222,75%,87%)] — CSS variable: --color-primary: hsl(222, 75%, 87%);