Indigo
#37064B
PurpleColor Codes
All color formats for development
HEX
#37064BRGB
rgb(55, 6, 75)HSL
hsl(283, 85%, 16%)OKLCH
oklch(0.26 0.118 313.1)CMYK
cmyk(27%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320644
2#2D053C
3#270435
4#21042D
5#1C0326
6#16021E
7#110217
8#0B010F
9#060108
Tints
Lighter variations
1#550973
2#720D9B
3#9010C2
4#AD13EA
5#BB39EF
6#C960F2
7#D688F5
8#E4B0F9
9#F1D7FC
Tones
Muted variations
1#360A48
2#350D45
3#331141
4#32143E
5#30173A
6#2F1B37
7#2D1E33
8#2C2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC2 #EAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DA92 #DA92F6 | BordersInactive statesPlaceholder text |
| 400 | C75A #C75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | B72B #B72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A11 #9A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A0D #7A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570A #570A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3806 #38064B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DEFC;
--indigo-200: #EAC2FA;
--indigo-300: #DA92F6;
--indigo-400: #C75AF2;
--indigo-500: #B72BEE;
--indigo-600: #9A11D0;
--indigo-700: #7A0DA5;
--indigo-800: #570A76;
--indigo-900: #38064B;
--indigo-950: #23042F;
}