Indigo
#37054C
PurpleColor Codes
All color formats for development
HEX
#37054CRGB
rgb(55, 5, 76)HSL
hsl(282, 88%, 16%)OKLCH
oklch(0.26 0.12 312.6)CMYK
cmyk(28%, 93%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320445
2#2C043D
3#270336
4#21032E
5#1C0226
6#16021F
7#110117
8#0B010F
9#060008
Tints
Lighter variations
1#540775
2#710A9D
3#8E0DC6
4#AB0FEE
5#BA36F2
6#C75EF5
7#D586F7
8#E3AEFA
9#F1D7FC
Tones
Muted variations
1#360849
2#340C46
3#331042
4#31133E
5#30173B
6#2F1A37
7#2D1E34
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 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F8 | BordersInactive statesPlaceholder text |
| 400 | C557 #C557F4 | Disabled statesSecondary iconsMuted text |
| 500 | B527 #B527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 980D #980DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 790B #790BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DDFD;
--indigo-200: #EAC1FB;
--indigo-300: #D991F8;
--indigo-400: #C557F4;
--indigo-500: #B527F1;
--indigo-600: #980DD3;
--indigo-700: #790BA8;
--indigo-800: #560878;
--indigo-900: #37054D;
--indigo-950: #220330;
}