Indigo
#34044E
PurpleColor Codes
All color formats for development
HEX
#34044ERGB
rgb(52, 4, 78)HSL
hsl(279, 90%, 16%)OKLCH
oklch(0.256 0.123 309)CMYK
cmyk(33%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0446
2#29033E
3#240336
4#1F022F
5#1A0227
6#15021F
7#100117
8#0A0110
9#050008
Tints
Lighter variations
1#4F0676
2#6A089F
3#850BC8
4#A10DF0
5#B134F4
6#C05CF6
7#D085F9
8#E0AEFB
9#EFD6FD
Tones
Muted variations
1#33084A
2#320B46
3#310F43
4#2F133F
5#2E163B
6#2D1A37
7#2C1E34
8#2B2130
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | AB25 #AB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0B #8E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7109 #7109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #510679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F2DDFD;
--indigo-200: #E7C0FC;
--indigo-300: #D490F9;
--indigo-400: #BE55F6;
--indigo-500: #AB25F4;
--indigo-600: #8E0BD5;
--indigo-700: #7109AA;
--indigo-800: #510679;
--indigo-900: #34044E;
--indigo-950: #200330;
}