HSL(272, 70%, 33%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,70%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 70%, 33%) | color: hsl(272, 70%, 33%) | |
| HEX | #58198F | color: #58198F | |
| RGB | rgb(88, 25, 143) | color: rgb(88, 25, 143) | |
| CMYK | cmyk(38%, 83%, 0%, 44%) | — | |
| HSV | hsv(272, 83%, 56%) | — | |
| HWB | hwb(272 10% 44%) | color: hwb(272 10% 44%) | |
| OKLCH | oklch(0.3849 0.1772 302.6) | color: oklch(0.3849 0.1772 302.6) | |
| Lab | lab(26.02 49.52 -52.28) | color: lab(26.02 49.52 -52.28) | |
| LCH | lch(26.02 72.01 313.45) | color: lch(26.02 72.01 313.45) |
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)
#3D3C72 — rgb(61, 60, 114)
Deuteranopia (Green-blind)
#40456C — rgb(64, 69, 108)
Tritanopia (Blue-blind)
#555C57 — rgb(85, 92, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 70%, 33%);
text
color: hsl(272, 70%, 33%);
border
border: 2px solid hsl(272, 70%, 33%);
gradient light
background: linear-gradient(to right, hsl(272, 70%, 53%), hsl(272, 70%, 33%));
gradient dark
background: linear-gradient(to right, hsl(272, 70%, 33%), hsl(272, 70%, 13%))
hex
background-color: #58198F;
tailwind
bg-[hsl(272,70%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 70%, 33%, 0.4);
css variable
--color-primary: hsl(272, 70%, 33%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 70%, 33%)?
HEX: #58198F | RGB: rgb(88, 25, 143) | CMYK: 38%, 83%, 0%, 44% | HSV: 272°, 83%, 56%. Copy any format from the conversion table above.
What colors go well with #58198F?
The complementary color is HSL(92, 70%, 33%). 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, 70%, 33%) in CSS?
As HSL: color: hsl(272, 70%, 33%); — As HEX: color: #58198F; — As RGB: color: rgb(88, 25, 143); — Tailwind CSS: bg-[hsl(272,70%,33%)] — CSS variable: --color-primary: hsl(272, 70%, 33%);