HSL(256, 12%, 76%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(256,12%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 12%, 76%) | color: hsl(256, 12%, 76%) | |
| HEX | #BEBAC9 | color: #BEBAC9 | |
| RGB | rgb(190, 186, 201) | color: rgb(190, 186, 201) | |
| CMYK | cmyk(5%, 7%, 0%, 21%) | — | |
| HSV | hsv(256, 7%, 79%) | — | |
| HWB | hwb(256 73% 21%) | color: hwb(256 73% 21%) | |
| OKLCH | oklch(0.7968 0.0214 298.1) | color: oklch(0.7968 0.0214 298.1) | |
| Lab | lab(76.24 4.23 -7.05) | color: lab(76.24 4.23 -7.05) | |
| LCH | lch(76.24 8.22 300.96) | color: lch(76.24 8.22 300.96) |
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)
#BCBCC5 — rgb(188, 188, 197)
Deuteranopia (Green-blind)
#BDBDC5 — rgb(189, 189, 197)
Tritanopia (Blue-blind)
#BEC3C2 — rgb(190, 195, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 12%, 76%);
text
color: hsl(256, 12%, 76%);
border
border: 2px solid hsl(256, 12%, 76%);
gradient light
background: linear-gradient(to right, hsl(256, 12%, 96%), hsl(256, 12%, 76%));
gradient dark
background: linear-gradient(to right, hsl(256, 12%, 76%), hsl(256, 12%, 56%))
hex
background-color: #BEBAC9;
tailwind
bg-[hsl(256,12%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 12%, 76%, 0.4);
css variable
--color-primary: hsl(256, 12%, 76%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 12%, 76%)?
HEX: #BEBAC9 | RGB: rgb(190, 186, 201) | CMYK: 5%, 7%, 0%, 21% | HSV: 256°, 7%, 79%. Copy any format from the conversion table above.
What colors go well with #BEBAC9?
The complementary color is HSL(76, 12%, 76%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 12%, 76%) in CSS?
As HSL: color: hsl(256, 12%, 76%); — As HEX: color: #BEBAC9; — As RGB: color: rgb(190, 186, 201); — Tailwind CSS: bg-[hsl(256,12%,76%)] — CSS variable: --color-primary: hsl(256, 12%, 76%);