HSL(223, 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(223,10%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 10%, 76%) | color: hsl(223, 10%, 76%) | |
| HEX | #BCBFC8 | color: #BCBFC8 | |
| RGB | rgb(188, 191, 200) | color: rgb(188, 191, 200) | |
| CMYK | cmyk(6%, 5%, 0%, 22%) | — | |
| HSV | hsv(225, 6%, 78%) | — | |
| HWB | hwb(225 73% 22%) | color: hwb(225 73% 22%) | |
| OKLCH | oklch(0.805 0.013 271.25) | color: oklch(0.805 0.013 271.25) | |
| Lab | lab(77.35 0.68 -4.88) | color: lab(77.35 0.68 -4.88) | |
| LCH | lch(77.35 4.93 277.93) | color: lch(77.35 4.93 277.93) |
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)
#BDBDC6 — rgb(189, 189, 198)
Deuteranopia (Green-blind)
#BDBDC5 — rgb(189, 189, 197)
Tritanopia (Blue-blind)
#BCC4C4 — rgb(188, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 10%, 76%);
text
color: hsl(223, 10%, 76%);
border
border: 2px solid hsl(223, 10%, 76%);
gradient light
background: linear-gradient(to right, hsl(223, 10%, 96%), hsl(223, 10%, 76%));
gradient dark
background: linear-gradient(to right, hsl(223, 10%, 76%), hsl(223, 10%, 56%))
hex
background-color: #BCBFC8;
tailwind
bg-[hsl(223,10%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 10%, 76%, 0.4);
css variable
--color-primary: hsl(223, 10%, 76%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 10%, 76%)?
HEX: #BCBFC8 | RGB: rgb(188, 191, 200) | CMYK: 6%, 5%, 0%, 22% | HSV: 225°, 6%, 78%. Copy any format from the conversion table above.
What colors go well with #BCBFC8?
The complementary color is HSL(43, 10%, 76%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 10%, 76%) in CSS?
As HSL: color: hsl(223, 10%, 76%); — As HEX: color: #BCBFC8; — As RGB: color: rgb(188, 191, 200); — Tailwind CSS: bg-[hsl(223,10%,76%)] — CSS variable: --color-primary: hsl(223, 10%, 76%);