Indigo
#290A75
PurpleColor Codes
All color formats for development
HEX
#290A75RGB
rgb(41, 10, 117)HSL
hsl(257, 84%, 25%)OKLCH
oklch(0.29 0.159 283.5)CMYK
cmyk(65%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24096A
2#20085E
3#1C0752
4#180646
5#14053B
6#10042F
7#0C0323
8#080217
9#04010C
Tints
Lighter variations
1#350D98
2#4110BC
3#4D13DF
4#622CED
5#7D4FF0
6#9772F3
7#B195F6
8#CBB9F9
9#E5DCFC
Tones
Muted variations
1#2B1070
2#2D156B
3#301A65
4#322060
5#34255B
6#362A55
7#393050
8#3B354A
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF93 #AF93F6 | BordersInactive statesPlaceholder text |
| 400 | 855B #855BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 622C #622CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4712 #4712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390E #390EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290A #290A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D2C2FA;
--indigo-300: #AF93F6;
--indigo-400: #855BF1;
--indigo-500: #622CED;
--indigo-600: #4712CE;
--indigo-700: #390EA4;
--indigo-800: #290A75;
--indigo-900: #1A074B;
--indigo-950: #10042F;
}