HSL(217, 56%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,56%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 56%, 83%) | color: hsl(217, 56%, 83%) | |
| HEX | #BBCEEC | color: #BBCEEC | |
| RGB | rgb(187, 206, 236) | color: rgb(187, 206, 236) | |
| CMYK | cmyk(21%, 13%, 0%, 7%) | — | |
| HSV | hsv(217, 21%, 93%) | — | |
| HWB | hwb(217 73% 7%) | color: hwb(217 73% 7%) | |
| OKLCH | oklch(0.8468 0.0468 259.5) | color: oklch(0.8468 0.0468 259.5) | |
| Lab | lab(82.25 -0.13 -16.92) | color: lab(82.25 -0.13 -16.92) | |
| LCH | lch(82.25 16.92 269.56) | color: lch(82.25 16.92 269.56) |
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)
#C3C3E5 — rgb(195, 195, 229)
Deuteranopia (Green-blind)
#C2C1E3 — rgb(194, 193, 227)
Tritanopia (Blue-blind)
#BCDFDE — rgb(188, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 56%, 83%);
text
color: hsl(217, 56%, 83%);
border
border: 2px solid hsl(217, 56%, 83%);
gradient light
background: linear-gradient(to right, hsl(217, 56%, 100%), hsl(217, 56%, 83%));
gradient dark
background: linear-gradient(to right, hsl(217, 56%, 83%), hsl(217, 56%, 63%))
hex
background-color: #BBCEEC;
tailwind
bg-[hsl(217,56%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 56%, 83%, 0.4);
css variable
--color-primary: hsl(217, 56%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 56%, 83%)?
HEX: #BBCEEC | RGB: rgb(187, 206, 236) | CMYK: 21%, 13%, 0%, 7% | HSV: 217°, 21%, 93%. Copy any format from the conversion table above.
What colors go well with #BBCEEC?
The complementary color is HSL(37, 56%, 83%). 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, 56%, 83%) in CSS?
As HSL: color: hsl(217, 56%, 83%); — As HEX: color: #BBCEEC; — As RGB: color: rgb(187, 206, 236); — Tailwind CSS: bg-[hsl(217,56%,83%)] — CSS variable: --color-primary: hsl(217, 56%, 83%);