Indigo
#37034E
PurpleColor Codes
All color formats for development
HEX
#37034ERGB
rgb(55, 3, 78)HSL
hsl(282, 93%, 16%)OKLCH
oklch(0.259 0.125 311.6)CMYK
cmyk(29%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320347
2#2D023F
3#270237
4#22022F
5#1C0127
6#16011F
7#110118
8#0B0110
9#060008
Tints
Lighter variations
1#550478
2#7306A1
3#9007CB
4#AE09F4
5#BC30F8
6#C95AF9
7#D783FB
8#E4ACFC
9#F2D6FE
Tones
Muted variations
1#36074B
2#350A47
3#330E43
4#321240
5#30163C
6#2F1A38
7#2D1D34
8#2C2130
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8E #DA8EFB | BordersInactive statesPlaceholder text |
| 400 | C753 #C753F9 | Disabled statesSecondary iconsMuted text |
| 500 | B722 #B722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A08 #9A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A06 #7A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5704 #57047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3803 #38034F | Primary textHigh emphasis contentDark headings |
| 950 | 2302 #230231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F4DDFE;
--indigo-200: #EABFFD;
--indigo-300: #DA8EFB;
--indigo-400: #C753F9;
--indigo-500: #B722F7;
--indigo-600: #9A08D9;
--indigo-700: #7A06AC;
--indigo-800: #57047B;
--indigo-900: #38034F;
--indigo-950: #230231;
}