HSL(278, 96%, 25%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,96%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 96%, 25%) | color: hsl(278, 96%, 25%) | |
| HEX | #50037D | color: #50037D | |
| RGB | rgb(80, 3, 125) | color: rgb(80, 3, 125) | |
| CMYK | cmyk(36%, 98%, 0%, 51%) | — | |
| HSV | hsv(278, 98%, 49%) | — | |
| HWB | hwb(278 1% 51%) | color: hwb(278 1% 51%) | |
| OKLCH | oklch(0.3429 0.174 306.22) | color: oklch(0.3429 0.174 306.22) | |
| Lab | lab(21.02 50.41 -49.2) | color: lab(21.02 50.41 -49.2) | |
| LCH | lch(21.02 70.44 315.7) | color: lch(21.02 70.44 315.7) |
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)
#2F2E5F — rgb(47, 46, 95)
Deuteranopia (Green-blind)
#333958 — rgb(51, 57, 88)
Tritanopia (Blue-blind)
#4C4843 — rgb(76, 72, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 96%, 25%);
text
color: hsl(278, 96%, 25%);
border
border: 2px solid hsl(278, 96%, 25%);
gradient light
background: linear-gradient(to right, hsl(278, 96%, 45%), hsl(278, 96%, 25%));
gradient dark
background: linear-gradient(to right, hsl(278, 96%, 25%), hsl(278, 96%, 5%))
hex
background-color: #50037D;
tailwind
bg-[hsl(278,96%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 96%, 25%, 0.4);
css variable
--color-primary: hsl(278, 96%, 25%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 96%, 25%)?
HEX: #50037D | RGB: rgb(80, 3, 125) | CMYK: 36%, 98%, 0%, 51% | HSV: 278°, 98%, 49%. Copy any format from the conversion table above.
What colors go well with #50037D?
The complementary color is HSL(98, 96%, 25%). 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, 96%, 25%) in CSS?
As HSL: color: hsl(278, 96%, 25%); — As HEX: color: #50037D; — As RGB: color: rgb(80, 3, 125); — Tailwind CSS: bg-[hsl(278,96%,25%)] — CSS variable: --color-primary: hsl(278, 96%, 25%);