HSL(207, 77%, 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(207,77%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 77%, 87%) | color: hsl(207, 77%, 87%) | |
| HEX | #C4E0F7 | color: #C4E0F7 | |
| RGB | rgb(196, 224, 247) | color: rgb(196, 224, 247) | |
| CMYK | cmyk(21%, 9%, 0%, 3%) | — | |
| HSV | hsv(207, 21%, 97%) | — | |
| HWB | hwb(207 77% 3%) | color: hwb(207 77% 3%) | |
| OKLCH | oklch(0.8935 0.0435 242.96) | color: oklch(0.8935 0.0435 242.96) | |
| Lab | lab(87.85 -4.42 -14.27) | color: lab(87.85 -4.42 -14.27) | |
| LCH | lch(87.85 14.94 252.79) | color: lch(87.85 14.94 252.79) |
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)
#D0D0F1 — rgb(208, 208, 241)
Deuteranopia (Green-blind)
#CFCCF0 — rgb(207, 204, 240)
Tritanopia (Blue-blind)
#C5EDEC — rgb(197, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 77%, 87%);
text
color: hsl(207, 77%, 87%);
border
border: 2px solid hsl(207, 77%, 87%);
gradient light
background: linear-gradient(to right, hsl(207, 77%, 100%), hsl(207, 77%, 87%));
gradient dark
background: linear-gradient(to right, hsl(207, 77%, 87%), hsl(207, 77%, 67%))
hex
background-color: #C4E0F7;
tailwind
bg-[hsl(207,77%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 77%, 87%, 0.4);
css variable
--color-primary: hsl(207, 77%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 77%, 87%)?
HEX: #C4E0F7 | RGB: rgb(196, 224, 247) | CMYK: 21%, 9%, 0%, 3% | HSV: 207°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #C4E0F7?
The complementary color is HSL(27, 77%, 87%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 77%, 87%) in CSS?
As HSL: color: hsl(207, 77%, 87%); — As HEX: color: #C4E0F7; — As RGB: color: rgb(196, 224, 247); — Tailwind CSS: bg-[hsl(207,77%,87%)] — CSS variable: --color-primary: hsl(207, 77%, 87%);