HSL(272, 78%, 17%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,78%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 78%, 17%) | color: hsl(272, 78%, 17%) | |
| HEX | #2E0A4D | color: #2E0A4D | |
| RGB | rgb(46, 10, 77) | color: rgb(46, 10, 77) | |
| CMYK | cmyk(40%, 87%, 0%, 70%) | — | |
| HSV | hsv(272, 87%, 30%) | — | |
| HWB | hwb(272 4% 70%) | color: hwb(272 4% 70%) | |
| OKLCH | oklch(0.2516 0.1133 303.16) | color: oklch(0.2516 0.1133 303.16) | |
| Lab | lab(11.51 31.58 -33.23) | color: lab(11.51 31.58 -33.23) | |
| LCH | lch(11.51 45.84 313.54) | color: lch(11.51 45.84 313.54) |
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)
#1E1E3D — rgb(30, 30, 61)
Deuteranopia (Green-blind)
#212339 — rgb(33, 35, 57)
Tritanopia (Blue-blind)
#2C302D — rgb(44, 48, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 78%, 17%);
text
color: hsl(272, 78%, 17%);
border
border: 2px solid hsl(272, 78%, 17%);
gradient light
background: linear-gradient(to right, hsl(272, 78%, 37%), hsl(272, 78%, 17%));
gradient dark
background: linear-gradient(to right, hsl(272, 78%, 17%), hsl(272, 78%, 0%))
hex
background-color: #2E0A4D;
tailwind
bg-[hsl(272,78%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 78%, 17%, 0.4);
css variable
--color-primary: hsl(272, 78%, 17%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 78%, 17%)?
HEX: #2E0A4D | RGB: rgb(46, 10, 77) | CMYK: 40%, 87%, 0%, 70% | HSV: 272°, 87%, 30%. Copy any format from the conversion table above.
What colors go well with #2E0A4D?
The complementary color is HSL(92, 78%, 17%). 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%, 17%) in CSS?
As HSL: color: hsl(272, 78%, 17%); — As HEX: color: #2E0A4D; — As RGB: color: rgb(46, 10, 77); — Tailwind CSS: bg-[hsl(272,78%,17%)] — CSS variable: --color-primary: hsl(272, 78%, 17%);