HSL(262, 10%, 46%)
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,10%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 10%, 46%) | color: hsl(262, 10%, 46%) | |
| HEX | #726A81 | color: #726A81 | |
| RGB | rgb(114, 106, 129) | color: rgb(114, 106, 129) | |
| CMYK | cmyk(12%, 18%, 0%, 49%) | — | |
| HSV | hsv(261, 18%, 51%) | — | |
| HWB | hwb(261 42% 49%) | color: hwb(261 42% 49%) | |
| OKLCH | oklch(0.5399 0.0366 301.05) | color: oklch(0.5399 0.0366 301.05) | |
| Lab | lab(46.27 7.98 -11.58) | color: lab(46.27 7.98 -11.58) | |
| LCH | lch(46.27 14.06 304.57) | color: lch(46.27 14.06 304.57) |
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)
#6F6E7B — rgb(111, 110, 123)
Deuteranopia (Green-blind)
#6F707A — rgb(111, 112, 122)
Tritanopia (Blue-blind)
#727776 — rgb(114, 119, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 10%, 46%);
text
color: hsl(262, 10%, 46%);
border
border: 2px solid hsl(262, 10%, 46%);
gradient light
background: linear-gradient(to right, hsl(262, 10%, 66%), hsl(262, 10%, 46%));
gradient dark
background: linear-gradient(to right, hsl(262, 10%, 46%), hsl(262, 10%, 26%))
hex
background-color: #726A81;
tailwind
bg-[hsl(262,10%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 10%, 46%, 0.4);
css variable
--color-primary: hsl(262, 10%, 46%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 10%, 46%)?
HEX: #726A81 | RGB: rgb(114, 106, 129) | CMYK: 12%, 18%, 0%, 49% | HSV: 261°, 18%, 51%. Copy any format from the conversion table above.
What colors go well with #726A81?
The complementary color is HSL(82, 10%, 46%). 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, 10%, 46%) in CSS?
As HSL: color: hsl(262, 10%, 46%); — As HEX: color: #726A81; — As RGB: color: rgb(114, 106, 129); — Tailwind CSS: bg-[hsl(262,10%,46%)] — CSS variable: --color-primary: hsl(262, 10%, 46%);