Indigo
#390052
PurpleColor Codes
All color formats for development
HEX
#390052RGB
rgb(57, 0, 82)HSL
hsl(282, 100%, 16%)OKLCH
oklch(0.264 0.132 311.3)CMYK
cmyk(30%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330049
2#2E0041
3#280039
4#220031
5#1D0029
6#170021
7#110018
8#0B0010
9#060008
Tints
Lighter variations
1#57007C
2#7500A7
3#9300D2
4#B100FD
5#BF29FF
6#CC54FF
7#D87EFF
8#E5A9FF
9#F2D4FF
Tones
Muted variations
1#37044E
2#360849
3#340C45
4#331041
5#31143D
6#2F1839
7#2E1D35
8#2C2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DBFF;
--indigo-200: #EBBDFF;
--indigo-300: #DC8AFF;
--indigo-400: #C94DFF;
--indigo-500: #BA1AFF;
--indigo-600: #9D00E0;
--indigo-700: #7D00B3;
--indigo-800: #590080;
--indigo-900: #390052;
--indigo-950: #240033;
}