HSL(221, 26%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,26%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 26%, 76%) | color: hsl(221, 26%, 76%) | |
| HEX | #B2BCD2 | color: #B2BCD2 | |
| RGB | rgb(178, 188, 210) | color: rgb(178, 188, 210) | |
| CMYK | cmyk(15%, 10%, 0%, 18%) | — | |
| HSV | hsv(221, 15%, 82%) | — | |
| HWB | hwb(221 70% 18%) | color: hwb(221 70% 18%) | |
| OKLCH | oklch(0.7944 0.0331 266.11) | color: oklch(0.7944 0.0331 266.11) | |
| Lab | lab(76.12 1.03 -12.21) | color: lab(76.12 1.03 -12.21) | |
| LCH | lch(76.12 12.25 274.82) | color: lch(76.12 12.25 274.82) |
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)
#B6B6CD — rgb(182, 182, 205)
Deuteranopia (Green-blind)
#B6B5CB — rgb(182, 181, 203)
Tritanopia (Blue-blind)
#B3C8C8 — rgb(179, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 26%, 76%);
text
color: hsl(221, 26%, 76%);
border
border: 2px solid hsl(221, 26%, 76%);
gradient light
background: linear-gradient(to right, hsl(221, 26%, 96%), hsl(221, 26%, 76%));
gradient dark
background: linear-gradient(to right, hsl(221, 26%, 76%), hsl(221, 26%, 56%))
hex
background-color: #B2BCD2;
tailwind
bg-[hsl(221,26%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 26%, 76%, 0.4);
css variable
--color-primary: hsl(221, 26%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 26%, 76%)?
HEX: #B2BCD2 | RGB: rgb(178, 188, 210) | CMYK: 15%, 10%, 0%, 18% | HSV: 221°, 15%, 82%. Copy any format from the conversion table above.
What colors go well with #B2BCD2?
The complementary color is HSL(41, 26%, 76%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 26%, 76%) in CSS?
As HSL: color: hsl(221, 26%, 76%); — As HEX: color: #B2BCD2; — As RGB: color: rgb(178, 188, 210); — Tailwind CSS: bg-[hsl(221,26%,76%)] — CSS variable: --color-primary: hsl(221, 26%, 76%);