Indigo
#3E06AC
PurpleColor Codes
All color formats for development
HEX
#3E06ACRGB
rgb(62, 6, 172)HSL
hsl(260, 93%, 35%)OKLCH
oklch(0.374 0.217 283.2)CMYK
cmyk(64%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37069B
2#31058A
3#2B0479
4#250467
5#1F0356
6#190245
7#120234
8#0C0122
9#060111
Tints
Lighter variations
1#4907CC
2#5409EC
3#671FF7
4#7D3FF8
5#925FF9
6#A87FFA
7#BE9FFC
8#D4BFFD
9#E9DFFE
Tones
Muted variations
1#400FA4
2#43179C
3#461F93
4#49278B
5#4B3083
6#4E387A
7#514072
8#54496A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFB | BordersInactive statesPlaceholder text |
| 400 | 8A53 #8A53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6922 #6922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D08 #4D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E06 #3E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034F | 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: #E8DDFE;
--indigo-200: #D4BFFD;
--indigo-300: #B28EFB;
--indigo-400: #8A53F9;
--indigo-500: #6922F7;
--indigo-600: #4D08D9;
--indigo-700: #3E06AC;
--indigo-800: #2C047B;
--indigo-900: #1C034F;
--indigo-950: #120231;
}