Indigo
#500F70
PurpleColor Codes
All color formats for development
HEX
#500F70RGB
rgb(80, 15, 112)HSL
hsl(280, 76%, 25%)OKLCH
oklch(0.338 0.154 310.7)CMYK
cmyk(29%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480E65
2#400C5A
3#380B4F
4#300943
5#280838
6#20062D
7#180522
8#100316
9#08020B
Tints
Lighter variations
1#681492
2#8018B4
3#981DD5
4#A935E3
5#B857E8
6#C678ED
7#D49AF1
8#E2BCF6
9#F1DDFA
Tones
Muted variations
1#4E146B
2#4D1967
3#4B1E62
4#49235D
5#482858
6#462C53
7#45314E
8#433649
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F1 | BordersInactive statesPlaceholder text |
| 400 | BC62 #BC62EA | Disabled statesSecondary iconsMuted text |
| 500 | A935 #A935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D1B #8D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7015 #70159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500F #500F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A48 | 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: #F9F2FD;
--indigo-100: #F2E0FB;
--indigo-200: #E6C5F7;
--indigo-300: #D398F1;
--indigo-400: #BC62EA;
--indigo-500: #A935E3;
--indigo-600: #8D1BC5;
--indigo-700: #70159D;
--indigo-800: #500F70;
--indigo-900: #330A48;
--indigo-950: #20062D;
}