Indigo
#34064B
PurpleColor Codes
All color formats for development
HEX
#34064BRGB
rgb(52, 6, 75)HSL
hsl(280, 85%, 16%)OKLCH
oklch(0.255 0.117 310.5)CMYK
cmyk(31%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0644
2#2A053C
3#250435
4#1F042D
5#1A0326
6#15021E
7#100217
8#0A010F
9#050108
Tints
Lighter variations
1#500973
2#6B0D9B
3#8710C2
4#A213EA
5#B239EF
6#C260F2
7#D188F5
8#E0B0F9
9#F0D7FC
Tones
Muted variations
1#330A48
2#320D45
3#311141
4#30143E
5#2F173A
6#2D1B37
7#2C1E33
8#2B2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C2 #E7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D592 #D592F6 | BordersInactive statesPlaceholder text |
| 400 | BF5A #BF5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | AD2B #AD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 9011 #9011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 730D #730DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520A #520A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3406 #34064B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F2DEFC;
--indigo-200: #E7C2FA;
--indigo-300: #D592F6;
--indigo-400: #BF5AF2;
--indigo-500: #AD2BEE;
--indigo-600: #9011D0;
--indigo-700: #730DA5;
--indigo-800: #520A76;
--indigo-900: #34064B;
--indigo-950: #21042F;
}