HSL(206, 78%, 87%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(206,78%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(206, 78%, 87%) | color: hsl(206, 78%, 87%) | |
| HEX | #C4E1F8 | color: #C4E1F8 | |
| RGB | rgb(196, 225, 248) | color: rgb(196, 225, 248) | |
| CMYK | cmyk(21%, 9%, 0%, 3%) | — | |
| HSV | hsv(207, 21%, 97%) | — | |
| HWB | hwb(207 77% 3%) | color: hwb(207 77% 3%) | |
| OKLCH | oklch(0.8959 0.0442 242) | color: oklch(0.8959 0.0442 242) | |
| Lab | lab(88.14 -4.72 -14.36) | color: lab(88.14 -4.72 -14.36) | |
| LCH | lch(88.14 15.12 251.8) | color: lch(88.14 15.12 251.8) |
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)
#D1D1F2 — rgb(209, 209, 242)
Deuteranopia (Green-blind)
#CFCDF1 — rgb(207, 205, 241)
Tritanopia (Blue-blind)
#C5EEED — rgb(197, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(206, 78%, 87%);
text
color: hsl(206, 78%, 87%);
border
border: 2px solid hsl(206, 78%, 87%);
gradient light
background: linear-gradient(to right, hsl(206, 78%, 100%), hsl(206, 78%, 87%));
gradient dark
background: linear-gradient(to right, hsl(206, 78%, 87%), hsl(206, 78%, 67%))
hex
background-color: #C4E1F8;
tailwind
bg-[hsl(206,78%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(206, 78%, 87%, 0.4);
css variable
--color-primary: hsl(206, 78%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(206, 78%, 87%)?
HEX: #C4E1F8 | RGB: rgb(196, 225, 248) | CMYK: 21%, 9%, 0%, 3% | HSV: 207°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #C4E1F8?
The complementary color is HSL(26, 78%, 87%). For a triadic harmony, use hues 206°, 326°, and 86°. For analogous combinations, try hues 176° and 236°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(206, 78%, 87%) in CSS?
As HSL: color: hsl(206, 78%, 87%); — As HEX: color: #C4E1F8; — As RGB: color: rgb(196, 225, 248); — Tailwind CSS: bg-[hsl(206,78%,87%)] — CSS variable: --color-primary: hsl(206, 78%, 87%);