HSL(280, 12%, 43%)
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(280,12%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 12%, 43%) | color: hsl(280, 12%, 43%) | |
| HEX | #72607B | color: #72607B | |
| RGB | rgb(114, 96, 123) | color: rgb(114, 96, 123) | |
| CMYK | cmyk(7%, 22%, 0%, 52%) | — | |
| HSV | hsv(280, 22%, 48%) | — | |
| HWB | hwb(280 37% 52%) | color: hwb(280 37% 52%) | |
| OKLCH | oklch(0.5163 0.0471 314.38) | color: oklch(0.5163 0.0471 314.38) | |
| Lab | lab(43.32 12.68 -12.43) | color: lab(43.32 12.68 -12.43) | |
| LCH | lch(43.32 17.76 315.57) | color: lch(43.32 17.76 315.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)
#6A6A74 — rgb(106, 106, 116)
Deuteranopia (Green-blind)
#6B6D73 — rgb(107, 109, 115)
Tritanopia (Blue-blind)
#716F6E — rgb(113, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 12%, 43%);
text
color: hsl(280, 12%, 43%);
border
border: 2px solid hsl(280, 12%, 43%);
gradient light
background: linear-gradient(to right, hsl(280, 12%, 63%), hsl(280, 12%, 43%));
gradient dark
background: linear-gradient(to right, hsl(280, 12%, 43%), hsl(280, 12%, 23%))
hex
background-color: #72607B;
tailwind
bg-[hsl(280,12%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 12%, 43%, 0.4);
css variable
--color-primary: hsl(280, 12%, 43%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 12%, 43%)?
HEX: #72607B | RGB: rgb(114, 96, 123) | CMYK: 7%, 22%, 0%, 52% | HSV: 280°, 22%, 48%. Copy any format from the conversion table above.
What colors go well with #72607B?
The complementary color is HSL(100, 12%, 43%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 12%, 43%) in CSS?
As HSL: color: hsl(280, 12%, 43%); — As HEX: color: #72607B; — As RGB: color: rgb(114, 96, 123); — Tailwind CSS: bg-[hsl(280,12%,43%)] — CSS variable: --color-primary: hsl(280, 12%, 43%);