Indigo
#290B75
PurpleColor Codes
All color formats for development
HEX
#290B75RGB
rgb(41, 11, 117)HSL
hsl(257, 83%, 25%)OKLCH
oklch(0.291 0.158 283.4)CMYK
cmyk(65%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250A69
2#21095D
3#1D0852
4#180746
5#14053A
6#10042F
7#0C0323
8#080217
9#04010C
Tints
Lighter variations
1#350E98
2#4111BB
3#4E15DE
4#632DEB
5#7D50EF
6#9773F2
7#B196F5
8#CBB9F8
9#E5DCFC
Tones
Muted variations
1#2B106F
2#2D156A
3#301B65
4#32205F
5#34255A
6#372B55
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 #D2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF94 #AF94F5 | BordersInactive statesPlaceholder text |
| 400 | 865C #865CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 632D #632DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4813 #4813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390F #390FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B75 | 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: #D2C2F9;
--indigo-300: #AF94F5;
--indigo-400: #865CF0;
--indigo-500: #632DEB;
--indigo-600: #4813CD;
--indigo-700: #390FA3;
--indigo-800: #290B75;
--indigo-900: #1A074B;
--indigo-950: #10042F;
}