Indigo
#34034F
PurpleColor Codes
All color formats for development
HEX
#34034FRGB
rgb(52, 3, 79)HSL
hsl(279, 93%, 16%)OKLCH
oklch(0.255 0.125 308.6)CMYK
cmyk(34%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0347
2#2A023F
3#250237
4#1F022F
5#1A0127
6#15011F
7#100118
8#0A0110
9#050008
Tints
Lighter variations
1#500478
2#6B06A1
3#8607CB
4#A209F4
5#B230F8
6#C15AF9
7#D183FB
8#E0ACFC
9#F0D6FE
Tones
Muted variations
1#33074B
2#320A47
3#310E43
4#301240
5#2E163C
6#2D1A38
7#2C1D34
8#2B2130
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58E #D58EFB | BordersInactive statesPlaceholder text |
| 400 | BF53 #BF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | AC22 #AC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9008 #9008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7206 #7206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3403 #34034F | 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: #F9F0FE;
--indigo-100: #F2DDFE;
--indigo-200: #E7BFFD;
--indigo-300: #D58EFB;
--indigo-400: #BF53F9;
--indigo-500: #AC22F7;
--indigo-600: #9008D9;
--indigo-700: #7206AC;
--indigo-800: #52047B;
--indigo-900: #34034F;
--indigo-950: #210231;
}