Indigo
#33034F
PurpleColor Codes
All color formats for development
HEX
#33034FRGB
rgb(51, 3, 79)HSL
hsl(278, 93%, 16%)OKLCH
oklch(0.254 0.125 307.7)CMYK
cmyk(35%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0347
2#29023F
3#240237
4#1F022F
5#190127
6#14011F
7#0F0118
8#0A0110
9#050008
Tints
Lighter variations
1#4E0478
2#6806A1
3#8307CB
4#9E09F4
5#AE30F8
6#BF5AF9
7#CF83FB
8#DFACFC
9#EFD6FE
Tones
Muted variations
1#32074B
2#310A47
3#300E43
4#2F1240
5#2E163C
6#2D1A38
7#2C1D34
8#2B2130
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFB | BordersInactive statesPlaceholder text |
| 400 | BC53 #BC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | A922 #A922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C08 #8C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F06 #6F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F2DDFE;
--indigo-200: #E6BFFD;
--indigo-300: #D38EFB;
--indigo-400: #BC53F9;
--indigo-500: #A922F7;
--indigo-600: #8C08D9;
--indigo-700: #6F06AC;
--indigo-800: #50047B;
--indigo-900: #33034F;
--indigo-950: #200231;
}