HSL(272, 35%, 49%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,35%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 35%, 49%) | color: hsl(272, 35%, 49%) | |
| HEX | #8051A9 | color: #8051A9 | |
| RGB | rgb(128, 81, 169) | color: rgb(128, 81, 169) | |
| CMYK | cmyk(24%, 52%, 0%, 34%) | — | |
| HSV | hsv(272, 52%, 66%) | — | |
| HWB | hwb(272 32% 34%) | color: hwb(272 32% 34%) | |
| OKLCH | oklch(0.5263 0.1402 306.89) | color: oklch(0.5263 0.1402 306.89) | |
| Lab | lab(43.27 36.91 -39.97) | color: lab(43.27 36.91 -39.97) | |
| LCH | lch(43.27 54.41 312.72) | color: lch(43.27 54.41 312.72) |
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)
#6C6B94 — rgb(108, 107, 148)
Deuteranopia (Green-blind)
#6E728F — rgb(110, 114, 143)
Tritanopia (Blue-blind)
#7E837F — rgb(126, 131, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 35%, 49%);
text
color: hsl(272, 35%, 49%);
border
border: 2px solid hsl(272, 35%, 49%);
gradient light
background: linear-gradient(to right, hsl(272, 35%, 69%), hsl(272, 35%, 49%));
gradient dark
background: linear-gradient(to right, hsl(272, 35%, 49%), hsl(272, 35%, 29%))
hex
background-color: #8051A9;
tailwind
bg-[hsl(272,35%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 35%, 49%, 0.4);
css variable
--color-primary: hsl(272, 35%, 49%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 35%, 49%)?
HEX: #8051A9 | RGB: rgb(128, 81, 169) | CMYK: 24%, 52%, 0%, 34% | HSV: 272°, 52%, 66%. Copy any format from the conversion table above.
What colors go well with #8051A9?
The complementary color is HSL(92, 35%, 49%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 35%, 49%) in CSS?
As HSL: color: hsl(272, 35%, 49%); — As HEX: color: #8051A9; — As RGB: color: rgb(128, 81, 169); — Tailwind CSS: bg-[hsl(272,35%,49%)] — CSS variable: --color-primary: hsl(272, 35%, 49%);