HSL(281, 60%, 38%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,60%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 60%, 38%) | color: hsl(281, 60%, 38%) | |
| HEX | #76279B | color: #76279B | |
| RGB | rgb(118, 39, 155) | color: rgb(118, 39, 155) | |
| CMYK | cmyk(24%, 75%, 0%, 39%) | — | |
| HSV | hsv(281, 75%, 61%) | — | |
| HWB | hwb(281 15% 39%) | color: hwb(281 15% 39%) | |
| OKLCH | oklch(0.4482 0.1824 312.42) | color: oklch(0.4482 0.1824 312.42) | |
| Lab | lab(33.28 52.33 -47.64) | color: lab(33.28 52.33 -47.64) | |
| LCH | lch(33.28 70.77 317.69) | color: lch(33.28 70.77 317.69) |
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)
#54537F — rgb(84, 83, 127)
Deuteranopia (Green-blind)
#585E78 — rgb(88, 94, 120)
Tritanopia (Blue-blind)
#726964 — rgb(114, 105, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 60%, 38%);
text
color: hsl(281, 60%, 38%);
border
border: 2px solid hsl(281, 60%, 38%);
gradient light
background: linear-gradient(to right, hsl(281, 60%, 58%), hsl(281, 60%, 38%));
gradient dark
background: linear-gradient(to right, hsl(281, 60%, 38%), hsl(281, 60%, 18%))
hex
background-color: #76279B;
tailwind
bg-[hsl(281,60%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 60%, 38%, 0.4);
css variable
--color-primary: hsl(281, 60%, 38%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 60%, 38%)?
HEX: #76279B | RGB: rgb(118, 39, 155) | CMYK: 24%, 75%, 0%, 39% | HSV: 281°, 75%, 61%. Copy any format from the conversion table above.
What colors go well with #76279B?
The complementary color is HSL(101, 60%, 38%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 60%, 38%) in CSS?
As HSL: color: hsl(281, 60%, 38%); — As HEX: color: #76279B; — As RGB: color: rgb(118, 39, 155); — Tailwind CSS: bg-[hsl(281,60%,38%)] — CSS variable: --color-primary: hsl(281, 60%, 38%);