Indigo
#3409AA
PurpleColor Codes
All color formats for development
HEX
#3409AARGB
rgb(52, 9, 170)HSL
hsl(256, 90%, 35%)OKLCH
oklch(0.364 0.215 278.9)CMYK
cmyk(69%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0899
2#290788
3#240677
4#1F0566
5#1A0455
6#150444
7#100333
8#0A0222
9#050111
Tints
Lighter variations
1#3D0BC9
2#470CE9
3#5A23F3
4#7242F5
5#8962F7
6#A181F8
7#B8A1FA
8#D0C0FC
9#E7E0FD
Tones
Muted variations
1#3811A2
2#3B199A
3#3F2191
4#432989
5#473181
6#4A3979
7#4E4171
8#524969
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AC90 #AC90F9 | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5C25 #5C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410B #410BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3409 #3409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #250679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1804 #18044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E6DDFD;
--indigo-200: #D0C0FC;
--indigo-300: #AC90F9;
--indigo-400: #8055F6;
--indigo-500: #5C25F4;
--indigo-600: #410BD5;
--indigo-700: #3409AA;
--indigo-800: #250679;
--indigo-900: #18044E;
--indigo-950: #0F0330;
}