Indigo
#35034E
PurpleColor Codes
All color formats for development
HEX
#35034ERGB
rgb(53, 3, 78)HSL
hsl(280, 93%, 16%)OKLCH
oklch(0.256 0.124 310)CMYK
cmyk(32%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300347
2#2B023F
3#250237
4#20022F
5#1B0127
6#15011F
7#100118
8#0B0110
9#050008
Tints
Lighter variations
1#520478
2#6E06A1
3#8A07CB
4#A609F4
5#B530F8
6#C45AF9
7#D383FB
8#E1ACFC
9#F0D6FE
Tones
Muted variations
1#34074B
2#330A47
3#320E43
4#301240
5#2F163C
6#2E1A38
7#2D1D34
8#2B2130
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78E #D78EFB | BordersInactive statesPlaceholder text |
| 400 | C153 #C153F9 | Disabled statesSecondary iconsMuted text |
| 500 | B022 #B022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9308 #9308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7506 #7506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F3DDFE;
--indigo-200: #E8BFFD;
--indigo-300: #D78EFB;
--indigo-400: #C153F9;
--indigo-500: #B022F7;
--indigo-600: #9308D9;
--indigo-700: #7506AC;
--indigo-800: #54047B;
--indigo-900: #35034F;
--indigo-950: #210231;
}