Indigo
#4607AB
PurpleColor Codes
All color formats for development
HEX
#4607ABRGB
rgb(70, 7, 171)HSL
hsl(263, 92%, 35%)OKLCH
oklch(0.381 0.215 287.1)CMYK
cmyk(59%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F069A
2#380689
3#310578
4#2A0467
5#230456
6#1C0345
7#150233
8#0E0122
9#070111
Tints
Lighter variations
1#5308CB
2#600AEB
3#7220F6
4#8640F7
5#9A60F8
6#AE80FA
7#C3A0FB
8#D7BFFC
9#EBDFFE
Tones
Muted variations
1#480FA3
2#4A189B
3#4C2093
4#4E288B
5#503082
6#52387A
7#544172
8#55496A
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFA | BordersInactive statesPlaceholder text |
| 400 | 9354 #9354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7423 #7423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5809 #5809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4607 #4607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3205 #32057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034E | 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: #E9DDFE;
--indigo-200: #D7BFFC;
--indigo-300: #B88EFA;
--indigo-400: #9354F8;
--indigo-500: #7423F6;
--indigo-600: #5809D7;
--indigo-700: #4607AB;
--indigo-800: #32057A;
--indigo-900: #20034E;
--indigo-950: #140231;
}