Indigo
#2E0E71
PurpleColor Codes
All color formats for development
HEX
#2E0E71RGB
rgb(46, 14, 113)HSL
hsl(259, 78%, 25%)OKLCH
oklch(0.294 0.151 287.5)CMYK
cmyk(59%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290D66
2#240B5B
3#200A4F
4#1B0844
5#170739
6#12062D
7#0E0422
8#090317
9#05010B
Tints
Lighter variations
1#3B1294
2#4916B6
3#561BD8
4#6B33E6
5#8455EA
6#9D77EE
7#B599F2
8#CEBBF7
9#E6DDFB
Tones
Muted variations
1#2F136D
2#311868
3#331D63
4#35225E
5#372759
6#382C54
7#3A314F
8#3C364A
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B497 #B497F2 | BordersInactive statesPlaceholder text |
| 400 | 8C60 #8C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6B33 #6B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5019 #5019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4014 #40149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0E #2E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D4C4F8;
--indigo-300: #B497F2;
--indigo-400: #8C60EB;
--indigo-500: #6B33E6;
--indigo-600: #5019C8;
--indigo-700: #40149F;
--indigo-800: #2E0E71;
--indigo-900: #1D0949;
--indigo-950: #12062D;
}