Indigo
#2A0080
PurpleColor Codes
All color formats for development
HEX
#2A0080RGB
rgb(42, 0, 128)HSL
hsl(260, 100%, 25%)OKLCH
oklch(0.297 0.177 282.2)CMYK
cmyk(67%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260073
2#220066
3#1E0059
4#1A004D
5#150040
6#110033
7#0D0026
8#09001A
9#04000D
Tints
Lighter variations
1#3700A6
2#4400CC
3#5100F2
4#661AFF
5#8040FF
6#9966FF
7#B38CFF
8#CCB3FF
9#E6D9FF
Tones
Muted variations
1#2D0679
2#2F0D73
3#31136C
4#331966
5#352060
6#372659
7#392D53
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 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BD #D3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B18A #B18AFF | BordersInactive statesPlaceholder text |
| 400 | 884D #884DFF | Disabled statesSecondary iconsMuted text |
| 500 | 661A #661AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B00 #4B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B00 #3B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A00 #2A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B00 #1B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1100 #110033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DBFF;
--indigo-200: #D3BDFF;
--indigo-300: #B18AFF;
--indigo-400: #884DFF;
--indigo-500: #661AFF;
--indigo-600: #4B00E0;
--indigo-700: #3B00B3;
--indigo-800: #2A0080;
--indigo-900: #1B0052;
--indigo-950: #110033;
}