Indigo
#2F0080
PurpleColor Codes
All color formats for development
HEX
#2F0080RGB
rgb(47, 0, 128)HSL
hsl(262, 100%, 25%)OKLCH
oklch(0.302 0.176 285.2)CMYK
cmyk(63%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0073
2#250066
3#210059
4#1C004D
5#170040
6#130033
7#0E0026
8#09001A
9#05000D
Tints
Lighter variations
1#3D00A6
2#4B00CC
3#5900F2
4#6E1AFF
5#8640FF
6#9E66FF
7#B68CFF
8#CFB3FF
9#E7D9FF
Tones
Muted variations
1#300679
2#320D73
3#34136C
4#361966
5#372060
6#392659
7#3B2D53
8#3C334D
9#3E3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DBFF;
--indigo-200: #D5BDFF;
--indigo-300: #B58AFF;
--indigo-400: #8E4DFF;
--indigo-500: #6E1AFF;
--indigo-600: #5200E0;
--indigo-700: #4100B3;
--indigo-800: #2F0080;
--indigo-900: #1E0052;
--indigo-950: #130033;
}