Indigo
#500E71
PurpleColor Codes
All color formats for development
HEX
#500E71RGB
rgb(80, 14, 113)HSL
hsl(280, 78%, 25%)OKLCH
oklch(0.338 0.156 310.4)CMYK
cmyk(29%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480D66
2#400B5B
3#380A4F
4#300844
5#280739
6#20062D
7#180422
8#100317
9#08010B
Tints
Lighter variations
1#681294
2#8116B6
3#991BD8
4#AA33E6
5#B855EA
6#C677EE
7#D599F2
8#E3BBF7
9#F1DDFB
Tones
Muted variations
1#4F136D
2#4D1868
3#4B1D63
4#4A225E
5#482759
6#462C54
7#45314F
8#43364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D497 #D497F2 | BordersInactive statesPlaceholder text |
| 400 | BD60 #BD60EB | Disabled statesSecondary iconsMuted text |
| 500 | AA33 #AA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D19 #8D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7014 #70149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500E #500E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330949 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F2DFFB;
--indigo-200: #E6C4F8;
--indigo-300: #D497F2;
--indigo-400: #BD60EB;
--indigo-500: #AA33E6;
--indigo-600: #8D19C8;
--indigo-700: #70149F;
--indigo-800: #500E71;
--indigo-900: #330949;
--indigo-950: #20062D;
}