Indigo
#4F0D72
PurpleColor Codes
All color formats for development
HEX
#4F0D72RGB
rgb(79, 13, 114)HSL
hsl(279, 80%, 25%)OKLCH
oklch(0.337 0.157 309.4)CMYK
cmyk(31%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470B67
2#3F0A5C
3#370950
4#2F0845
5#280639
6#20052E
7#180422
8#100317
9#08010B
Tints
Lighter variations
1#671195
2#7E14B8
3#9618DA
4#A830E8
5#B653EC
6#C575F0
7#D398F4
8#E2BAF7
9#F0DDFB
Tones
Muted variations
1#4E126E
2#4C1769
3#4A1C63
4#49215E
5#472659
6#462B54
7#44304F
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 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D295 #D295F3 | BordersInactive statesPlaceholder text |
| 400 | BB5E #BB5EED | Disabled statesSecondary iconsMuted text |
| 500 | A830 #A830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B16 #8B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F12 #6F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #330849 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F1DFFB;
--indigo-200: #E6C3F8;
--indigo-300: #D295F3;
--indigo-400: #BB5EED;
--indigo-500: #A830E8;
--indigo-600: #8B16CA;
--indigo-700: #6F12A1;
--indigo-800: #4F0D73;
--indigo-900: #330849;
--indigo-950: #20052E;
}