Indigo
#3900B3
PurpleColor Codes
All color formats for development
HEX
#3900B3RGB
rgb(57, 0, 179)HSL
hsl(259, 100%, 35%)OKLCH
oklch(0.375 0.227 279.9)CMYK
cmyk(68%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3300A1
2#2D008F
3#28007D
4#22006B
5#1C0059
6#170047
7#110036
8#0B0024
9#060012
Tints
Lighter variations
1#4300D4
2#4E00F5
3#6017FF
4#7738FF
5#8E59FF
6#A47AFF
7#BB9CFF
8#D2BDFF
9#E8DEFF
Tones
Muted variations
1#3C09AA
2#3F12A1
3#421B98
4#46248F
5#492D86
6#4C367D
7#4F3E74
8#53476B
9#565062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DBFF;
--indigo-200: #D2BDFF;
--indigo-300: #AF8AFF;
--indigo-400: #854DFF;
--indigo-500: #621AFF;
--indigo-600: #4700E0;
--indigo-700: #3900B3;
--indigo-800: #280080;
--indigo-900: #1A0052;
--indigo-950: #100033;
}