Indigo
#340052
PurpleColor Codes
All color formats for development
HEX
#340052RGB
rgb(52, 0, 82)HSL
hsl(278, 100%, 16%)OKLCH
oklch(0.255 0.131 307.3)CMYK
cmyk(37%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0049
2#290041
3#240039
4#1F0031
5#1A0029
6#150021
7#100018
8#0A0010
9#050008
Tints
Lighter variations
1#4F007C
2#6A00A7
3#8500D2
4#A000FD
5#B029FF
6#C054FF
7#D07EFF
8#E0A9FF
9#EFD4FF
Tones
Muted variations
1#33044E
2#320849
3#300C45
4#2F1041
5#2E143D
6#2D1839
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 | F2DB #F2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D48A #D48AFF | BordersInactive statesPlaceholder text |
| 400 | BE4D #BE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | AB1A #AB1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E00 #8E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7100 #7100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5100 #510080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3400 #340052 | Primary textHigh emphasis contentDark headings |
| 950 | 2000 #200033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F2DBFF;
--indigo-200: #E7BDFF;
--indigo-300: #D48AFF;
--indigo-400: #BE4DFF;
--indigo-500: #AB1AFF;
--indigo-600: #8E00E0;
--indigo-700: #7100B3;
--indigo-800: #510080;
--indigo-900: #340052;
--indigo-950: #200033;
}