Indigo
#4307AB
PurpleColor Codes
All color formats for development
HEX
#4307ABRGB
rgb(67, 7, 171)HSL
hsl(262, 92%, 35%)OKLCH
oklch(0.378 0.215 285.7)CMYK
cmyk(61%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D069A
2#360689
3#2F0578
4#280467
5#220456
6#1B0345
7#140233
8#0D0122
9#070111
Tints
Lighter variations
1#5008CB
2#5C0AEB
3#6F20F6
4#8340F7
5#9860F8
6#AC80FA
7#C1A0FB
8#D6BFFC
9#EADFFE
Tones
Muted variations
1#460FA3
2#48189B
3#4A2093
4#4C288B
5#4E3082
6#50387A
7#534172
8#55496A
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFA | BordersInactive statesPlaceholder text |
| 400 | 9054 #9054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7023 #7023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5509 #5509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4307 #4307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3005 #30057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D6BFFC;
--indigo-300: #B68EFA;
--indigo-400: #9054F8;
--indigo-500: #7023F6;
--indigo-600: #5509D7;
--indigo-700: #4307AB;
--indigo-800: #30057A;
--indigo-900: #1F034E;
--indigo-950: #130231;
}