Indigo
#3007AB
PurpleColor Codes
All color formats for development
HEX
#3007ABRGB
rgb(48, 7, 171)HSL
hsl(255, 92%, 35%)OKLCH
oklch(0.361 0.218 277.1)CMYK
cmyk(72%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B069A
2#270689
3#220578
4#1D0467
5#180456
6#130345
7#0E0233
8#0A0122
9#050111
Tints
Lighter variations
1#3908CB
2#420AEB
3#5620F6
4#6E40F7
5#8660F8
6#9E80FA
7#B6A0FB
8#CFBFFC
9#E7DFFE
Tones
Muted variations
1#340FA3
2#38189B
3#3D2093
4#41288B
5#453082
6#49387A
7#4D4172
8#51496A
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFA | BordersInactive statesPlaceholder text |
| 400 | 7D54 #7D54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5723 #5723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D09 #3D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3007 #3007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2205 #22057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E5DDFE;
--indigo-200: #CFBFFC;
--indigo-300: #A98EFA;
--indigo-400: #7D54F8;
--indigo-500: #5723F6;
--indigo-600: #3D09D7;
--indigo-700: #3007AB;
--indigo-800: #22057A;
--indigo-900: #16034E;
--indigo-950: #0E0231;
}