HSL(217, 68%, 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(217,68%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 68%, 87%) | color: hsl(217, 68%, 87%) | |
| HEX | #C7D9F4 | color: #C7D9F4 | |
| RGB | rgb(199, 217, 244) | color: rgb(199, 217, 244) | |
| CMYK | cmyk(18%, 11%, 0%, 4%) | — | |
| HSV | hsv(216, 18%, 96%) | — | |
| HWB | hwb(216 79% 4%) | color: hwb(216 79% 4%) | |
| OKLCH | oklch(0.8803 0.0421 258.37) | color: oklch(0.8803 0.0421 258.37) | |
| Lab | lab(86.16 -0.51 -15.21) | color: lab(86.16 -0.51 -15.21) | |
| LCH | lch(86.16 15.22 268.08) | color: lch(86.16 15.22 268.08) |
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)
#CFCFED — rgb(207, 207, 237)
Deuteranopia (Green-blind)
#CECCEC — rgb(206, 204, 236)
Tritanopia (Blue-blind)
#C8E8E7 — rgb(200, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 68%, 87%);
text
color: hsl(217, 68%, 87%);
border
border: 2px solid hsl(217, 68%, 87%);
gradient light
background: linear-gradient(to right, hsl(217, 68%, 100%), hsl(217, 68%, 87%));
gradient dark
background: linear-gradient(to right, hsl(217, 68%, 87%), hsl(217, 68%, 67%))
hex
background-color: #C7D9F4;
tailwind
bg-[hsl(217,68%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 68%, 87%, 0.4);
css variable
--color-primary: hsl(217, 68%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 68%, 87%)?
HEX: #C7D9F4 | RGB: rgb(199, 217, 244) | CMYK: 18%, 11%, 0%, 4% | HSV: 216°, 18%, 96%. Copy any format from the conversion table above.
What colors go well with #C7D9F4?
The complementary color is HSL(37, 68%, 87%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 68%, 87%) in CSS?
As HSL: color: hsl(217, 68%, 87%); — As HEX: color: #C7D9F4; — As RGB: color: rgb(199, 217, 244); — Tailwind CSS: bg-[hsl(217,68%,87%)] — CSS variable: --color-primary: hsl(217, 68%, 87%);