HSL(211, 77%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,77%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 77%, 85%) | color: hsl(211, 77%, 85%) | |
| HEX | #BBD8F6 | color: #BBD8F6 | |
| RGB | rgb(187, 216, 246) | color: rgb(187, 216, 246) | |
| CMYK | cmyk(24%, 12%, 0%, 4%) | — | |
| HSV | hsv(211, 24%, 96%) | — | |
| HWB | hwb(211 73% 4%) | color: hwb(211 73% 4%) | |
| OKLCH | oklch(0.8707 0.052 249.31) | color: oklch(0.8707 0.052 249.31) | |
| Lab | lab(85.16 -3.17 -17.84) | color: lab(85.16 -3.17 -17.84) | |
| LCH | lch(85.16 18.12 259.92) | color: lch(85.16 18.12 259.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)
#C8C8EF — rgb(200, 200, 239)
Deuteranopia (Green-blind)
#C6C4ED — rgb(198, 196, 237)
Tritanopia (Blue-blind)
#BCE9E8 — rgb(188, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 77%, 85%);
text
color: hsl(211, 77%, 85%);
border
border: 2px solid hsl(211, 77%, 85%);
gradient light
background: linear-gradient(to right, hsl(211, 77%, 100%), hsl(211, 77%, 85%));
gradient dark
background: linear-gradient(to right, hsl(211, 77%, 85%), hsl(211, 77%, 65%))
hex
background-color: #BBD8F6;
tailwind
bg-[hsl(211,77%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 77%, 85%, 0.4);
css variable
--color-primary: hsl(211, 77%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 77%, 85%)?
HEX: #BBD8F6 | RGB: rgb(187, 216, 246) | CMYK: 24%, 12%, 0%, 4% | HSV: 211°, 24%, 96%. Copy any format from the conversion table above.
What colors go well with #BBD8F6?
The complementary color is HSL(31, 77%, 85%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 77%, 85%) in CSS?
As HSL: color: hsl(211, 77%, 85%); — As HEX: color: #BBD8F6; — As RGB: color: rgb(187, 216, 246); — Tailwind CSS: bg-[hsl(211,77%,85%)] — CSS variable: --color-primary: hsl(211, 77%, 85%);