HSL(284, 75%, 31%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(284,75%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 75%, 31%) | color: hsl(284, 75%, 31%) | |
| HEX | #6B148A | color: #6B148A | |
| RGB | rgb(107, 20, 138) | color: rgb(107, 20, 138) | |
| CMYK | cmyk(22%, 86%, 0%, 46%) | — | |
| HSV | hsv(284, 86%, 54%) | — | |
| HWB | hwb(284 8% 46%) | color: hwb(284 8% 46%) | |
| OKLCH | oklch(0.4036 0.1819 314.6) | color: oklch(0.4036 0.1819 314.6) | |
| Lab | lab(28.01 53.22 -45.8) | color: lab(28.01 53.22 -45.8) | |
| LCH | lch(28.01 70.21 319.29) | color: lch(28.01 70.21 319.29) |
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)
#45456D — rgb(69, 69, 109)
Deuteranopia (Green-blind)
#4A5167 — rgb(74, 81, 103)
Tritanopia (Blue-blind)
#675752 — rgb(103, 87, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 75%, 31%);
text
color: hsl(284, 75%, 31%);
border
border: 2px solid hsl(284, 75%, 31%);
gradient light
background: linear-gradient(to right, hsl(284, 75%, 51%), hsl(284, 75%, 31%));
gradient dark
background: linear-gradient(to right, hsl(284, 75%, 31%), hsl(284, 75%, 11%))
hex
background-color: #6B148A;
tailwind
bg-[hsl(284,75%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 75%, 31%, 0.4);
css variable
--color-primary: hsl(284, 75%, 31%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 75%, 31%)?
HEX: #6B148A | RGB: rgb(107, 20, 138) | CMYK: 22%, 86%, 0%, 46% | HSV: 284°, 86%, 54%. Copy any format from the conversion table above.
What colors go well with #6B148A?
The complementary color is HSL(104, 75%, 31%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 75%, 31%) in CSS?
As HSL: color: hsl(284, 75%, 31%); — As HEX: color: #6B148A; — As RGB: color: rgb(107, 20, 138); — Tailwind CSS: bg-[hsl(284,75%,31%)] — CSS variable: --color-primary: hsl(284, 75%, 31%);