HSL(211, 10%, 76%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(211,10%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 10%, 76%) | color: hsl(211, 10%, 76%) | |
| HEX | #BCC2C8 | color: #BCC2C8 | |
| RGB | rgb(188, 194, 200) | color: rgb(188, 194, 200) | |
| CMYK | cmyk(6%, 3%, 0%, 22%) | — | |
| HSV | hsv(210, 6%, 78%) | — | |
| HWB | hwb(210 73% 22%) | color: hwb(210 73% 22%) | |
| OKLCH | oklch(0.8112 0.0107 247.96) | color: oklch(0.8112 0.0107 247.96) | |
| Lab | lab(78.14 -0.92 -3.72) | color: lab(78.14 -0.92 -3.72) | |
| LCH | lch(78.14 3.83 256.11) | color: lch(78.14 3.83 256.11) |
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)
#BFBFC7 — rgb(191, 191, 199)
Deuteranopia (Green-blind)
#BEBEC6 — rgb(190, 190, 198)
Tritanopia (Blue-blind)
#BCC5C5 — rgb(188, 197, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 10%, 76%);
text
color: hsl(211, 10%, 76%);
border
border: 2px solid hsl(211, 10%, 76%);
gradient light
background: linear-gradient(to right, hsl(211, 10%, 96%), hsl(211, 10%, 76%));
gradient dark
background: linear-gradient(to right, hsl(211, 10%, 76%), hsl(211, 10%, 56%))
hex
background-color: #BCC2C8;
tailwind
bg-[hsl(211,10%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 10%, 76%, 0.4);
css variable
--color-primary: hsl(211, 10%, 76%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 10%, 76%)?
HEX: #BCC2C8 | RGB: rgb(188, 194, 200) | CMYK: 6%, 3%, 0%, 22% | HSV: 210°, 6%, 78%. Copy any format from the conversion table above.
What colors go well with #BCC2C8?
The complementary color is HSL(31, 10%, 76%). 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, 10%, 76%) in CSS?
As HSL: color: hsl(211, 10%, 76%); — As HEX: color: #BCC2C8; — As RGB: color: rgb(188, 194, 200); — Tailwind CSS: bg-[hsl(211,10%,76%)] — CSS variable: --color-primary: hsl(211, 10%, 76%);