Indigo
#380052
PurpleColor Codes
All color formats for development
HEX
#380052RGB
rgb(56, 0, 82)HSL
hsl(281, 100%, 16%)OKLCH
oklch(0.262 0.132 310.5)CMYK
cmyk(32%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320049
2#2D0041
3#270039
4#210031
5#1C0029
6#160021
7#110018
8#0B0010
9#060008
Tints
Lighter variations
1#55007C
2#7200A7
3#9000D2
4#AD00FD
5#BB29FF
6#C954FF
7#D67EFF
8#E4A9FF
9#F1D4FF
Tones
Muted variations
1#36044E
2#350849
3#330C45
4#321041
5#30143D
6#2F1839
7#2D1D35
8#2C2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8A #DA8AFF | BordersInactive statesPlaceholder text |
| 400 | C64D #C64DFF | Disabled statesSecondary iconsMuted text |
| 500 | B61A #B61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9900 #9900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A00 #7A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5700 #570080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3800 #380052 | Primary textHigh emphasis contentDark headings |
| 950 | 2300 #230033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DBFF;
--indigo-200: #EABDFF;
--indigo-300: #DA8AFF;
--indigo-400: #C64DFF;
--indigo-500: #B61AFF;
--indigo-600: #9900E0;
--indigo-700: #7A00B3;
--indigo-800: #570080;
--indigo-900: #380052;
--indigo-950: #230033;
}