HSL(272, 78%, 25%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,78%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 78%, 25%) | color: hsl(272, 78%, 25%) | |
| HEX | #430E71 | color: #430E71 | |
| RGB | rgb(67, 14, 113) | color: rgb(67, 14, 113) | |
| CMYK | cmyk(41%, 88%, 0%, 56%) | — | |
| HSV | hsv(272, 88%, 44%) | — | |
| HWB | hwb(272 5% 56%) | color: hwb(272 5% 56%) | |
| OKLCH | oklch(0.3198 0.1524 302.01) | color: oklch(0.3198 0.1524 302.01) | |
| Lab | lab(18.8 42.83 -45.22) | color: lab(18.8 42.83 -45.22) | |
| LCH | lch(18.8 62.28 313.45) | color: lch(18.8 62.28 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)
#2C2C59 — rgb(44, 44, 89)
Deuteranopia (Green-blind)
#2F3353 — rgb(47, 51, 83)
Tritanopia (Blue-blind)
#404642 — rgb(64, 70, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 78%, 25%);
text
color: hsl(272, 78%, 25%);
border
border: 2px solid hsl(272, 78%, 25%);
gradient light
background: linear-gradient(to right, hsl(272, 78%, 45%), hsl(272, 78%, 25%));
gradient dark
background: linear-gradient(to right, hsl(272, 78%, 25%), hsl(272, 78%, 5%))
hex
background-color: #430E71;
tailwind
bg-[hsl(272,78%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 78%, 25%, 0.4);
css variable
--color-primary: hsl(272, 78%, 25%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 78%, 25%)?
HEX: #430E71 | RGB: rgb(67, 14, 113) | CMYK: 41%, 88%, 0%, 56% | HSV: 272°, 88%, 44%. Copy any format from the conversion table above.
What colors go well with #430E71?
The complementary color is HSL(92, 78%, 25%). 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, 78%, 25%) in CSS?
As HSL: color: hsl(272, 78%, 25%); — As HEX: color: #430E71; — As RGB: color: rgb(67, 14, 113); — Tailwind CSS: bg-[hsl(272,78%,25%)] — CSS variable: --color-primary: hsl(272, 78%, 25%);