HSL(217, 64%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,64%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 64%, 81%) | color: hsl(217, 64%, 81%) | |
| HEX | #B0C7EE | color: #B0C7EE | |
| RGB | rgb(176, 199, 238) | color: rgb(176, 199, 238) | |
| CMYK | cmyk(26%, 16%, 0%, 7%) | — | |
| HSV | hsv(218, 26%, 93%) | — | |
| HWB | hwb(218 69% 7%) | color: hwb(218 69% 7%) | |
| OKLCH | oklch(0.8256 0.0605 260.96) | color: oklch(0.8256 0.0605 260.96) | |
| Lab | lab(79.75 0.76 -21.83) | color: lab(79.75 0.76 -21.83) | |
| LCH | lch(79.75 21.84 271.99) | color: lch(79.75 21.84 271.99) |
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)
#BABAE5 — rgb(186, 186, 229)
Deuteranopia (Green-blind)
#B9B7E2 — rgb(185, 183, 226)
Tritanopia (Blue-blind)
#B1DDDB — rgb(177, 221, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 64%, 81%);
text
color: hsl(217, 64%, 81%);
border
border: 2px solid hsl(217, 64%, 81%);
gradient light
background: linear-gradient(to right, hsl(217, 64%, 100%), hsl(217, 64%, 81%));
gradient dark
background: linear-gradient(to right, hsl(217, 64%, 81%), hsl(217, 64%, 61%))
hex
background-color: #B0C7EE;
tailwind
bg-[hsl(217,64%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 64%, 81%, 0.4);
css variable
--color-primary: hsl(217, 64%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 64%, 81%)?
HEX: #B0C7EE | RGB: rgb(176, 199, 238) | CMYK: 26%, 16%, 0%, 7% | HSV: 218°, 26%, 93%. Copy any format from the conversion table above.
What colors go well with #B0C7EE?
The complementary color is HSL(37, 64%, 81%). 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, 64%, 81%) in CSS?
As HSL: color: hsl(217, 64%, 81%); — As HEX: color: #B0C7EE; — As RGB: color: rgb(176, 199, 238); — Tailwind CSS: bg-[hsl(217,64%,81%)] — CSS variable: --color-primary: hsl(217, 64%, 81%);