Indigo
#290E71
PurpleColor Codes
All color formats for development
HEX
#290E71RGB
rgb(41, 14, 113)HSL
hsl(256, 78%, 25%)OKLCH
oklch(0.289 0.152 284.1)CMYK
cmyk(64%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240D66
2#200B5B
3#1C0A4F
4#180844
5#140739
6#10062D
7#0C0422
8#080317
9#04010B
Tints
Lighter variations
1#351294
2#4116B6
3#4D1BD8
4#6233E6
5#7D55EA
6#9777EE
7#B199F2
8#CBBBF7
9#E5DDFB
Tones
Muted variations
1#2B136D
2#2D1868
3#301D63
4#32225E
5#342759
6#362C54
7#39314F
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 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8560 #8560EB | Disabled statesSecondary iconsMuted text |
| 500 | 6233 #6233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4719 #4719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3914 #39149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290E #290E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | 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: #D2C4F8;
--indigo-300: #AF97F2;
--indigo-400: #8560EB;
--indigo-500: #6233E6;
--indigo-600: #4719C8;
--indigo-700: #39149F;
--indigo-800: #290E71;
--indigo-900: #1A0949;
--indigo-950: #10062D;
}