HSL(283, 80%, 28%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,80%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 80%, 28%) | color: hsl(283, 80%, 28%) | |
| HEX | #600E81 | color: #600E81 | |
| RGB | rgb(96, 14, 129) | color: rgb(96, 14, 129) | |
| CMYK | cmyk(26%, 89%, 0%, 49%) | — | |
| HSV | hsv(283, 89%, 51%) | — | |
| HWB | hwb(283 6% 49%) | color: hwb(283 6% 49%) | |
| OKLCH | oklch(0.3761 0.175 312.83) | color: oklch(0.3761 0.175 312.83) | |
| Lab | lab(24.91 51.08 -45.28) | color: lab(24.91 51.08 -45.28) | |
| LCH | lch(24.91 68.26 318.44) | color: lch(24.91 68.26 318.44) |
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)
#3C3C65 — rgb(60, 60, 101)
Deuteranopia (Green-blind)
#41475F — rgb(65, 71, 95)
Tritanopia (Blue-blind)
#5C4F4A — rgb(92, 79, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 80%, 28%);
text
color: hsl(283, 80%, 28%);
border
border: 2px solid hsl(283, 80%, 28%);
gradient light
background: linear-gradient(to right, hsl(283, 80%, 48%), hsl(283, 80%, 28%));
gradient dark
background: linear-gradient(to right, hsl(283, 80%, 28%), hsl(283, 80%, 8%))
hex
background-color: #600E81;
tailwind
bg-[hsl(283,80%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 80%, 28%, 0.4);
css variable
--color-primary: hsl(283, 80%, 28%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 80%, 28%)?
HEX: #600E81 | RGB: rgb(96, 14, 129) | CMYK: 26%, 89%, 0%, 49% | HSV: 283°, 89%, 51%. Copy any format from the conversion table above.
What colors go well with #600E81?
The complementary color is HSL(103, 80%, 28%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 80%, 28%) in CSS?
As HSL: color: hsl(283, 80%, 28%); — As HEX: color: #600E81; — As RGB: color: rgb(96, 14, 129); — Tailwind CSS: bg-[hsl(283,80%,28%)] — CSS variable: --color-primary: hsl(283, 80%, 28%);