HSL(271, 13%, 41%)
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(271,13%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 13%, 41%) | color: hsl(271, 13%, 41%) | |
| HEX | #695B76 | color: #695B76 | |
| RGB | rgb(105, 91, 118) | color: rgb(105, 91, 118) | |
| CMYK | cmyk(11%, 23%, 0%, 54%) | — | |
| HSV | hsv(271, 23%, 46%) | — | |
| HWB | hwb(271 35% 54%) | color: hwb(271 35% 54%) | |
| OKLCH | oklch(0.4948 0.0455 308.24) | color: oklch(0.4948 0.0455 308.24) | |
| Lab | lab(40.89 11.33 -13.16) | color: lab(40.89 11.33 -13.16) | |
| LCH | lch(40.89 17.37 310.73) | color: lch(40.89 17.37 310.73) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#63636F — rgb(99, 99, 111)
Deuteranopia (Green-blind)
#64656E — rgb(100, 101, 110)
Tritanopia (Blue-blind)
#686A69 — rgb(104, 106, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 13%, 41%);
text
color: hsl(271, 13%, 41%);
border
border: 2px solid hsl(271, 13%, 41%);
gradient light
background: linear-gradient(to right, hsl(271, 13%, 61%), hsl(271, 13%, 41%));
gradient dark
background: linear-gradient(to right, hsl(271, 13%, 41%), hsl(271, 13%, 21%))
hex
background-color: #695B76;
tailwind
bg-[hsl(271,13%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 13%, 41%, 0.4);
css variable
--color-primary: hsl(271, 13%, 41%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 13%, 41%)?
HEX: #695B76 | RGB: rgb(105, 91, 118) | CMYK: 11%, 23%, 0%, 54% | HSV: 271°, 23%, 46%. Copy any format from the conversion table above.
What colors go well with #695B76?
The complementary color is HSL(91, 13%, 41%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 13%, 41%) in CSS?
As HSL: color: hsl(271, 13%, 41%); — As HEX: color: #695B76; — As RGB: color: rgb(105, 91, 118); — Tailwind CSS: bg-[hsl(271,13%,41%)] — CSS variable: --color-primary: hsl(271, 13%, 41%);