Indigo
#4608AA
PurpleColor Codes
All color formats for development
HEX
#4608AARGB
rgb(70, 8, 170)HSL
hsl(263, 91%, 35%)OKLCH
oklch(0.38 0.213 287.3)CMYK
cmyk(59%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0799
2#380688
3#310677
4#2A0566
5#230455
6#1C0344
7#150233
8#0E0222
9#070111
Tints
Lighter variations
1#530ACA
2#600BEA
3#7221F5
4#8641F6
5#9B61F8
6#AF80F9
7#C3A0FB
8#D7C0FC
9#EBDFFE
Tones
Muted variations
1#4810A2
2#4A189A
3#4C2092
4#4E298A
5#503182
6#52397A
7#544172
8#554969
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88F #B88FFA | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7424 #7424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 580A #580AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4608 #4608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #32067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FC;
--indigo-300: #B88FFA;
--indigo-400: #9355F7;
--indigo-500: #7424F5;
--indigo-600: #580AD6;
--indigo-700: #4608AA;
--indigo-800: #32067A;
--indigo-900: #20044E;
--indigo-950: #140231;
}