Indigo
#4E13CD
PurpleColor Codes
All color formats for development
HEX
#4E13CDRGB
rgb(78, 19, 205)HSL
hsl(259, 83%, 44%)OKLCH
oklch(0.433 0.243 283.8)CMYK
cmyk(62%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4611B9
2#3E0FA4
3#370D90
4#2F0B7B
5#270A67
6#1F0852
7#17063E
8#100429
9#080215
Tints
Lighter variations
1#5816E7
2#6A2EEC
3#7D48EE
4#8F62F0
5#A27CF3
6#B496F5
7#C7B1F8
8#DACBFA
9#ECE5FD
Tones
Muted variations
1#511CC4
2#5526BB
3#582FB1
4#5C38A8
5#5F429F
6#634B95
7#66548C
8#695E83
9#6D677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D4C2F9;
--indigo-300: #B394F5;
--indigo-400: #8B5CF0;
--indigo-500: #692DEB;
--indigo-600: #4E13CD;
--indigo-700: #3E0FA3;
--indigo-800: #2C0B75;
--indigo-900: #1C074B;
--indigo-950: #12042F;
}