Indigo
#34074A
PurpleColor Codes
All color formats for development
HEX
#34074ARGB
rgb(52, 7, 74)HSL
hsl(280, 83%, 16%)OKLCH
oklch(0.255 0.115 311)CMYK
cmyk(30%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0643
2#2A063C
3#240534
4#1F042D
5#1A0325
6#15031E
7#100216
8#0A010F
9#050107
Tints
Lighter variations
1#4F0B72
2#6B0E99
3#8612C0
4#A116E7
5#B23BED
6#C162F0
7#D189F4
8#E0B1F8
9#F0D8FB
Tones
Muted variations
1#330A47
2#320E44
3#311141
4#30143D
5#2E183A
6#2D1B36
7#2C1F33
8#2B2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C2 #E7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D594 #D594F5 | BordersInactive statesPlaceholder text |
| 400 | BE5C #BE5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | AC2D #AC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F13 #8F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 720F #720FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510B #510B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3407 #34074B | 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: #F9F1FE;
--indigo-100: #F2DEFC;
--indigo-200: #E7C2F9;
--indigo-300: #D594F5;
--indigo-400: #BE5CF0;
--indigo-500: #AC2DEB;
--indigo-600: #8F13CD;
--indigo-700: #720FA3;
--indigo-800: #510B75;
--indigo-900: #34074B;
--indigo-950: #21042F;
}