Indigo
#3300B3
PurpleColor Codes
All color formats for development
HEX
#3300B3RGB
rgb(51, 0, 179)HSL
hsl(257, 100%, 35%)OKLCH
oklch(0.37 0.228 277.4)CMYK
cmyk(72%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E00A1
2#28008F
3#23007D
4#1E006B
5#190059
6#140047
7#0F0036
8#0A0024
9#050012
Tints
Lighter variations
1#3C00D4
2#4500F5
3#5917FF
4#7038FF
5#8859FF
6#A07AFF
7#B89CFF
8#CFBDFF
9#E7DEFF
Tones
Muted variations
1#3609AA
2#3A12A1
3#3E1B98
4#42248F
5#462D86
6#4A367D
7#4E3E74
8#52476B
9#555062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8A #AB8AFF | BordersInactive statesPlaceholder text |
| 400 | 7F4D #7F4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 5B1A #5B1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4000 #4000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3300 #3300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2400 #240080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1700 #170052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E5DBFF;
--indigo-200: #CFBDFF;
--indigo-300: #AB8AFF;
--indigo-400: #7F4DFF;
--indigo-500: #5B1AFF;
--indigo-600: #4000E0;
--indigo-700: #3300B3;
--indigo-800: #240080;
--indigo-900: #170052;
--indigo-950: #0E0033;
}