Indigo
#37034F
PurpleColor Codes
All color formats for development
HEX
#37034FRGB
rgb(55, 3, 79)HSL
hsl(281, 93%, 16%)OKLCH
oklch(0.26 0.126 311)CMYK
cmyk(30%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310347
2#2C023F
3#260237
4#21022F
5#1B0127
6#16011F
7#100118
8#0B0110
9#050008
Tints
Lighter variations
1#530478
2#7006A1
3#8D07CB
4#AA09F4
5#B830F8
6#C75AF9
7#D583FB
8#E3ACFC
9#F1D6FE
Tones
Muted variations
1#35074B
2#340A47
3#330E43
4#311240
5#30163C
6#2E1A38
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 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFB | BordersInactive statesPlaceholder text |
| 400 | C453 #C453F9 | Disabled statesSecondary iconsMuted text |
| 500 | B322 #B322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9608 #9608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7806 #7806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5504 #55047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F3DDFE;
--indigo-200: #E9BFFD;
--indigo-300: #D88EFB;
--indigo-400: #C453F9;
--indigo-500: #B322F7;
--indigo-600: #9608D9;
--indigo-700: #7806AC;
--indigo-800: #55047B;
--indigo-900: #37034F;
--indigo-950: #220231;
}