Indigo
#39034F
PurpleColor Codes
All color formats for development
HEX
#39034FRGB
rgb(57, 3, 79)HSL
hsl(283, 93%, 16%)OKLCH
oklch(0.264 0.126 312.7)CMYK
cmyk(28%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340347
2#2E023F
3#280237
4#22022F
5#1D0127
6#17011F
7#110118
8#0B0110
9#060008
Tints
Lighter variations
1#570478
2#7506A1
3#9307CB
4#B109F4
5#BF30F8
6#CC5AF9
7#D983FB
8#E5ACFC
9#F2D6FE
Tones
Muted variations
1#38074B
2#360A47
3#340E43
4#331240
5#31163C
6#2F1A38
7#2E1D34
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 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFB | BordersInactive statesPlaceholder text |
| 400 | CA53 #CA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BA22 #BA22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D08 #9D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D06 #7D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5904 #59047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F4DDFE;
--indigo-200: #EBBFFD;
--indigo-300: #DC8EFB;
--indigo-400: #CA53F9;
--indigo-500: #BA22F7;
--indigo-600: #9D08D9;
--indigo-700: #7D06AC;
--indigo-800: #59047B;
--indigo-900: #39034F;
--indigo-950: #240231;
}