HSL(211, 60%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,60%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 60%, 82%) | color: hsl(211, 60%, 82%) | |
| HEX | #B6D0ED | color: #B6D0ED | |
| RGB | rgb(182, 208, 237) | color: rgb(182, 208, 237) | |
| CMYK | cmyk(23%, 12%, 0%, 7%) | — | |
| HSV | hsv(212, 23%, 93%) | — | |
| HWB | hwb(212 72% 7%) | color: hwb(212 72% 7%) | |
| OKLCH | oklch(0.8478 0.0494 251.25) | color: oklch(0.8478 0.0494 251.25) | |
| Lab | lab(82.47 -2.47 -17.15) | color: lab(82.47 -2.47 -17.15) | |
| LCH | lch(82.47 17.33 261.8) | color: lch(82.47 17.33 261.8) |
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)
#C1C1E6 — rgb(193, 193, 230)
Deuteranopia (Green-blind)
#C0BEE4 — rgb(192, 190, 228)
Tritanopia (Blue-blind)
#B7E0DF — rgb(183, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 60%, 82%);
text
color: hsl(211, 60%, 82%);
border
border: 2px solid hsl(211, 60%, 82%);
gradient light
background: linear-gradient(to right, hsl(211, 60%, 100%), hsl(211, 60%, 82%));
gradient dark
background: linear-gradient(to right, hsl(211, 60%, 82%), hsl(211, 60%, 62%))
hex
background-color: #B6D0ED;
tailwind
bg-[hsl(211,60%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 60%, 82%, 0.4);
css variable
--color-primary: hsl(211, 60%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 60%, 82%)?
HEX: #B6D0ED | RGB: rgb(182, 208, 237) | CMYK: 23%, 12%, 0%, 7% | HSV: 212°, 23%, 93%. Copy any format from the conversion table above.
What colors go well with #B6D0ED?
The complementary color is HSL(31, 60%, 82%). 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, 60%, 82%) in CSS?
As HSL: color: hsl(211, 60%, 82%); — As HEX: color: #B6D0ED; — As RGB: color: rgb(182, 208, 237); — Tailwind CSS: bg-[hsl(211,60%,82%)] — CSS variable: --color-primary: hsl(211, 60%, 82%);