HSL(216, 40%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(216,40%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 40%, 81%) | color: hsl(216, 40%, 81%) | |
| HEX | #BBCBE2 | color: #BBCBE2 | |
| RGB | rgb(187, 203, 226) | color: rgb(187, 203, 226) | |
| CMYK | cmyk(17%, 10%, 0%, 11%) | — | |
| HSV | hsv(215, 17%, 89%) | — | |
| HWB | hwb(215 74% 11%) | color: hwb(215 74% 11%) | |
| OKLCH | oklch(0.8372 0.0367 257.4) | color: oklch(0.8372 0.0367 257.4) | |
| Lab | lab(81.16 -0.71 -13.21) | color: lab(81.16 -0.71 -13.21) | |
| LCH | lch(81.16 13.23 266.92) | color: lch(81.16 13.23 266.92) |
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)
#C2C2DC — rgb(194, 194, 220)
Deuteranopia (Green-blind)
#C1C0DB — rgb(193, 192, 219)
Tritanopia (Blue-blind)
#BCD8D7 — rgb(188, 216, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 40%, 81%);
text
color: hsl(216, 40%, 81%);
border
border: 2px solid hsl(216, 40%, 81%);
gradient light
background: linear-gradient(to right, hsl(216, 40%, 100%), hsl(216, 40%, 81%));
gradient dark
background: linear-gradient(to right, hsl(216, 40%, 81%), hsl(216, 40%, 61%))
hex
background-color: #BBCBE2;
tailwind
bg-[hsl(216,40%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 40%, 81%, 0.4);
css variable
--color-primary: hsl(216, 40%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 40%, 81%)?
HEX: #BBCBE2 | RGB: rgb(187, 203, 226) | CMYK: 17%, 10%, 0%, 11% | HSV: 215°, 17%, 89%. Copy any format from the conversion table above.
What colors go well with #BBCBE2?
The complementary color is HSL(36, 40%, 81%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 40%, 81%) in CSS?
As HSL: color: hsl(216, 40%, 81%); — As HEX: color: #BBCBE2; — As RGB: color: rgb(187, 203, 226); — Tailwind CSS: bg-[hsl(216,40%,81%)] — CSS variable: --color-primary: hsl(216, 40%, 81%);