Indigo
#2D017E
PurpleColor Codes
All color formats for development
HEX
#2D017ERGB
rgb(45, 1, 126)HSL
hsl(261, 98%, 25%)OKLCH
oklch(0.298 0.174 284.4)CMYK
cmyk(64%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290172
2#240165
3#200158
4#1B014C
5#17013F
6#120132
7#0E0026
8#090019
9#05000D
Tints
Lighter variations
1#3B02A4
2#4802CA
3#5602F0
4#6B1CFD
5#8342FD
6#9C68FD
7#B58DFE
8#CEB3FE
9#E6D9FF
Tones
Muted variations
1#2F0878
2#310E72
3#33146B
4#351A65
5#36215F
6#382759
7#3A2D52
8#3C334C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFE | BordersInactive statesPlaceholder text |
| 400 | 8C4E #8C4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 6B1C #6B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F02 #4F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F02 #3F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D01 #2D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DCFF;
--indigo-200: #D4BDFE;
--indigo-300: #B38BFE;
--indigo-400: #8C4EFD;
--indigo-500: #6B1CFD;
--indigo-600: #4F02DE;
--indigo-700: #3F02B1;
--indigo-800: #2D017E;
--indigo-900: #1D0151;
--indigo-950: #120132;
}