Indigo
#37024F
PurpleColor Codes
All color formats for development
HEX
#37024FRGB
rgb(55, 2, 79)HSL
hsl(281, 95%, 16%)OKLCH
oklch(0.259 0.127 311.2)CMYK
cmyk(30%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320248
2#2C0240
3#270138
4#210130
5#1C0128
6#160120
7#110118
8#0B0010
9#060008
Tints
Lighter variations
1#540379
2#7104A3
3#8E05CD
4#AB06F7
5#B92EFA
6#C758FB
7#D582FC
8#E3ABFD
9#F1D5FE
Tones
Muted variations
1#36064C
2#340A48
3#330E44
4#311240
5#30153C
6#2E1938
7#2D1D34
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 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BE #E9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFC | BordersInactive statesPlaceholder text |
| 400 | C551 #C551FB | Disabled statesSecondary iconsMuted text |
| 500 | B41F #B41FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9706 #9706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7804 #7804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5603 #56037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #370250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFE;
--indigo-200: #E9BEFD;
--indigo-300: #D98DFC;
--indigo-400: #C551FB;
--indigo-500: #B41FF9;
--indigo-600: #9706DB;
--indigo-700: #7804AE;
--indigo-800: #56037C;
--indigo-900: #370250;
--indigo-950: #220132;
}