Indigo
#330150
PurpleColor Codes
All color formats for development
HEX
#330150RGB
rgb(51, 1, 80)HSL
hsl(278, 98%, 16%)OKLCH
oklch(0.253 0.128 307.5)CMYK
cmyk(36%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0149
2#290141
3#240139
4#1F0030
5#1A0028
6#150020
7#0F0018
8#0A0010
9#050008
Tints
Lighter variations
1#4E017B
2#6902A6
3#8502D0
4#A003FA
5#B02BFD
6#C055FD
7#D080FE
8#DFAAFE
9#EFD5FF
Tones
Muted variations
1#32054D
2#310949
3#300D45
4#2F1141
5#2E153D
6#2D1939
7#2C1D35
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFE | BordersInactive statesPlaceholder text |
| 400 | BD4E #BD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | AA1C #AA1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E02 #8E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7102 #7102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5001 #50017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330151 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F2DCFF;
--indigo-200: #E7BDFE;
--indigo-300: #D48BFE;
--indigo-400: #BD4EFD;
--indigo-500: #AA1CFD;
--indigo-600: #8E02DE;
--indigo-700: #7102B1;
--indigo-800: #50017E;
--indigo-900: #330151;
--indigo-950: #200132;
}