Indigo
#4B0AD6
PurpleColor Codes
All color formats for development
HEX
#4B0AD6RGB
rgb(75, 10, 214)HSL
hsl(259, 91%, 44%)OKLCH
oklch(0.436 0.256 281.6)CMYK
cmyk(65%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4309C1
2#3C08AB
3#340796
4#2D0681
5#25056B
6#1E0456
7#160340
8#0F022B
9#070115
Tints
Lighter variations
1#540BF2
2#6725F5
3#7A40F6
4#8D5BF7
5#A077F9
6#B392FA
7#C6ADFB
8#D9C8FC
9#ECE4FE
Tones
Muted variations
1#4F14CC
2#521FC2
3#5629B8
4#5A33AD
5#5D3DA3
6#614799
7#65528F
8#695C85
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18F #B18FFA | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6624 #6624F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0A #4B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B08 #3B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A06 #2A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C0FC;
--indigo-300: #B18FFA;
--indigo-400: #8855F7;
--indigo-500: #6624F5;
--indigo-600: #4B0AD6;
--indigo-700: #3B08AA;
--indigo-800: #2A067A;
--indigo-900: #1B044E;
--indigo-950: #110231;
}