Indigo
#350052
PurpleColor Codes
All color formats for development
HEX
#350052RGB
rgb(53, 0, 82)HSL
hsl(279, 100%, 16%)OKLCH
oklch(0.257 0.131 308.1)CMYK
cmyk(35%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300049
2#2A0041
3#250039
4#200031
5#1B0029
6#150021
7#100018
8#0B0010
9#050008
Tints
Lighter variations
1#51007C
2#6D00A7
3#8900D2
4#A400FD
5#B429FF
6#C354FF
7#D27EFF
8#E1A9FF
9#F0D4FF
Tones
Muted variations
1#34044E
2#330849
3#310C45
4#301041
5#2F143D
6#2E1839
7#2C1D35
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D68A #D68AFF | BordersInactive statesPlaceholder text |
| 400 | C14D #C14DFF | Disabled statesSecondary iconsMuted text |
| 500 | AF1A #AF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9200 #9200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7400 #7400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5300 #530080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3500 #350052 | Primary textHigh emphasis contentDark headings |
| 950 | 2100 #210033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DBFF;
--indigo-200: #E8BDFF;
--indigo-300: #D68AFF;
--indigo-400: #C14DFF;
--indigo-500: #AF1AFF;
--indigo-600: #9200E0;
--indigo-700: #7400B3;
--indigo-800: #530080;
--indigo-900: #350052;
--indigo-950: #210033;
}