Indigo
#290F71
PurpleColor Codes
All color formats for development
HEX
#290F71RGB
rgb(41, 15, 113)HSL
hsl(256, 77%, 25%)OKLCH
oklch(0.29 0.151 283.9)CMYK
cmyk(64%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250D66
2#210C5A
3#1D0A4F
4#190944
5#140738
6#10062D
7#0C0422
8#080317
9#04010B
Tints
Lighter variations
1#351393
2#4117B5
3#4E1CD6
4#6334E5
5#7D56E9
6#9778ED
7#B199F2
8#CBBBF6
9#E5DDFB
Tones
Muted variations
1#2B146C
2#2D1867
3#301D62
4#32225D
5#342758
6#372C53
7#39314E
8#3B364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8661 #8661EA | Disabled statesSecondary iconsMuted text |
| 500 | 6334 #6334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481A #481AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3915 #39159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D2C4F7;
--indigo-300: #AF97F2;
--indigo-400: #8661EA;
--indigo-500: #6334E5;
--indigo-600: #481AC7;
--indigo-700: #39159E;
--indigo-800: #290F71;
--indigo-900: #1A0948;
--indigo-950: #10062D;
}