HSL(257, 14%, 74%)
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(257,14%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 14%, 74%) | color: hsl(257, 14%, 74%) | |
| HEX | #B9B3C6 | color: #B9B3C6 | |
| RGB | rgb(185, 179, 198) | color: rgb(185, 179, 198) | |
| CMYK | cmyk(7%, 10%, 0%, 22%) | — | |
| HSV | hsv(259, 10%, 78%) | — | |
| HWB | hwb(259 70% 22%) | color: hwb(259 70% 22%) | |
| OKLCH | oklch(0.7776 0.0274 300.15) | color: oklch(0.7776 0.0274 300.15) | |
| Lab | lab(73.95 5.74 -8.85) | color: lab(73.95 5.74 -8.85) | |
| LCH | lch(73.95 10.55 302.97) | color: lch(73.95 10.55 302.97) |
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)
#B6B6C1 — rgb(182, 182, 193)
Deuteranopia (Green-blind)
#B7B7C0 — rgb(183, 183, 192)
Tritanopia (Blue-blind)
#B9BEBD — rgb(185, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 14%, 74%);
text
color: hsl(257, 14%, 74%);
border
border: 2px solid hsl(257, 14%, 74%);
gradient light
background: linear-gradient(to right, hsl(257, 14%, 94%), hsl(257, 14%, 74%));
gradient dark
background: linear-gradient(to right, hsl(257, 14%, 74%), hsl(257, 14%, 54%))
hex
background-color: #B9B3C6;
tailwind
bg-[hsl(257,14%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 14%, 74%, 0.4);
css variable
--color-primary: hsl(257, 14%, 74%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 14%, 74%)?
HEX: #B9B3C6 | RGB: rgb(185, 179, 198) | CMYK: 7%, 10%, 0%, 22% | HSV: 259°, 10%, 78%. Copy any format from the conversion table above.
What colors go well with #B9B3C6?
The complementary color is HSL(77, 14%, 74%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 14%, 74%) in CSS?
As HSL: color: hsl(257, 14%, 74%); — As HEX: color: #B9B3C6; — As RGB: color: rgb(185, 179, 198); — Tailwind CSS: bg-[hsl(257,14%,74%)] — CSS variable: --color-primary: hsl(257, 14%, 74%);