Indigo
#34024F
PurpleColor Codes
All color formats for development
HEX
#34024FRGB
rgb(52, 2, 79)HSL
hsl(279, 95%, 16%)OKLCH
oklch(0.254 0.126 308.7)CMYK
cmyk(34%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0248
2#2A0240
3#250138
4#1F0130
5#1A0128
6#150120
7#100118
8#0A0010
9#050008
Tints
Lighter variations
1#500379
2#6B04A3
3#8705CD
4#A306F7
5#B22EFA
6#C258FB
7#D182FC
8#E0ABFD
9#F0D5FE
Tones
Muted variations
1#33064C
2#320A48
3#310E44
4#301240
5#2F153C
6#2D1938
7#2C1D34
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFC | BordersInactive statesPlaceholder text |
| 400 | BF51 #BF51FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1F #AD1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9006 #9006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #340250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E7BEFD;
--indigo-300: #D58DFC;
--indigo-400: #BF51FB;
--indigo-500: #AD1FF9;
--indigo-600: #9006DB;
--indigo-700: #7304AE;
--indigo-800: #52037C;
--indigo-900: #340250;
--indigo-950: #210132;
}