HSL(262, 14%, 71%)
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(262,14%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 14%, 71%) | color: hsl(262, 14%, 71%) | |
| HEX | #B2ABBF | color: #B2ABBF | |
| RGB | rgb(178, 171, 191) | color: rgb(178, 171, 191) | |
| CMYK | cmyk(7%, 10%, 0%, 25%) | — | |
| HSV | hsv(261, 10%, 75%) | — | |
| HWB | hwb(261 68% 25%) | color: hwb(261 68% 25%) | |
| OKLCH | oklch(0.7533 0.0293 301.6) | color: oklch(0.7533 0.0293 301.6) | |
| Lab | lab(71.11 6.33 -9.3) | color: lab(71.11 6.33 -9.3) | |
| LCH | lch(71.11 11.25 304.24) | color: lch(71.11 11.25 304.24) |
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)
#AFAFBA — rgb(175, 175, 186)
Deuteranopia (Green-blind)
#AFB0B9 — rgb(175, 176, 185)
Tritanopia (Blue-blind)
#B2B6B6 — rgb(178, 182, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 14%, 71%);
text
color: hsl(262, 14%, 71%);
border
border: 2px solid hsl(262, 14%, 71%);
gradient light
background: linear-gradient(to right, hsl(262, 14%, 91%), hsl(262, 14%, 71%));
gradient dark
background: linear-gradient(to right, hsl(262, 14%, 71%), hsl(262, 14%, 51%))
hex
background-color: #B2ABBF;
tailwind
bg-[hsl(262,14%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 14%, 71%, 0.4);
css variable
--color-primary: hsl(262, 14%, 71%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 14%, 71%)?
HEX: #B2ABBF | RGB: rgb(178, 171, 191) | CMYK: 7%, 10%, 0%, 25% | HSV: 261°, 10%, 75%. Copy any format from the conversion table above.
What colors go well with #B2ABBF?
The complementary color is HSL(82, 14%, 71%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 14%, 71%) in CSS?
As HSL: color: hsl(262, 14%, 71%); — As HEX: color: #B2ABBF; — As RGB: color: rgb(178, 171, 191); — Tailwind CSS: bg-[hsl(262,14%,71%)] — CSS variable: --color-primary: hsl(262, 14%, 71%);