Indigo
#3E08AA
PurpleColor Codes
All color formats for development
HEX
#3E08AARGB
rgb(62, 8, 170)HSL
hsl(260, 91%, 35%)OKLCH
oklch(0.372 0.214 283.5)CMYK
cmyk(64%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380799
2#320688
3#2C0677
4#250566
5#1F0455
6#190344
7#130233
8#0C0222
9#060111
Tints
Lighter variations
1#4A0ACA
2#550BEA
3#6821F5
4#7D41F6
5#9361F8
6#A980F9
7#BEA0FB
8#D4C0FC
9#E9DFFE
Tones
Muted variations
1#4110A2
2#44189A
3#462092
4#49298A
5#4C3182
6#4E397A
7#514172
8#544969
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C0 #D4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B38F #B38FFA | BordersInactive statesPlaceholder text |
| 400 | 8B55 #8B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6924 #6924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E0A #4E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E08 #3E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C06 #2C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C04 #1C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFD;
--indigo-200: #D4C0FC;
--indigo-300: #B38FFA;
--indigo-400: #8B55F7;
--indigo-500: #6924F5;
--indigo-600: #4E0AD6;
--indigo-700: #3E08AA;
--indigo-800: #2C067A;
--indigo-900: #1C044E;
--indigo-950: #120231;
}