HSL(278, 70%, 17%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,70%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 70%, 17%) | color: hsl(278, 70%, 17%) | |
| HEX | #330D4A | color: #330D4A | |
| RGB | rgb(51, 13, 74) | color: rgb(51, 13, 74) | |
| CMYK | cmyk(31%, 82%, 0%, 71%) | — | |
| HSV | hsv(277, 82%, 29%) | — | |
| HWB | hwb(277 5% 71%) | color: hwb(277 5% 71%) | |
| OKLCH | oklch(0.2595 0.1077 309.08) | color: oklch(0.2595 0.1077 309.08) | |
| Lab | lab(12.52 30.47 -29.47) | color: lab(12.52 30.47 -29.47) | |
| LCH | lch(12.52 42.39 315.96) | color: lch(12.52 42.39 315.96) |
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)
#23223B — rgb(35, 34, 59)
Deuteranopia (Green-blind)
#252838 — rgb(37, 40, 56)
Tritanopia (Blue-blind)
#31302D — rgb(49, 48, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 70%, 17%);
text
color: hsl(278, 70%, 17%);
border
border: 2px solid hsl(278, 70%, 17%);
gradient light
background: linear-gradient(to right, hsl(278, 70%, 37%), hsl(278, 70%, 17%));
gradient dark
background: linear-gradient(to right, hsl(278, 70%, 17%), hsl(278, 70%, 0%))
hex
background-color: #330D4A;
tailwind
bg-[hsl(278,70%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 70%, 17%, 0.4);
css variable
--color-primary: hsl(278, 70%, 17%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 70%, 17%)?
HEX: #330D4A | RGB: rgb(51, 13, 74) | CMYK: 31%, 82%, 0%, 71% | HSV: 277°, 82%, 29%. Copy any format from the conversion table above.
What colors go well with #330D4A?
The complementary color is HSL(98, 70%, 17%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 70%, 17%) in CSS?
As HSL: color: hsl(278, 70%, 17%); — As HEX: color: #330D4A; — As RGB: color: rgb(51, 13, 74); — Tailwind CSS: bg-[hsl(278,70%,17%)] — CSS variable: --color-primary: hsl(278, 70%, 17%);