Indigo
#33044E
PurpleColor Codes
All color formats for development
HEX
#33044ERGB
rgb(51, 4, 78)HSL
hsl(278, 90%, 16%)OKLCH
oklch(0.254 0.122 308.1)CMYK
cmyk(35%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0446
2#28033E
3#230336
4#1E022F
5#190227
6#14021F
7#0F0117
8#0A0110
9#050008
Tints
Lighter variations
1#4D0676
2#68089F
3#820BC8
4#9D0DF0
5#AE34F4
6#BE5CF6
7#CE85F9
8#DEAEFB
9#EFD6FD
Tones
Muted variations
1#32084A
2#310B46
3#300F43
4#2F133F
5#2E163B
6#2D1A37
7#2C1E34
8#2B2130
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | A825 #A825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0B #8B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F09 #6F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F1DDFD;
--indigo-200: #E6C0FC;
--indigo-300: #D290F9;
--indigo-400: #BB55F6;
--indigo-500: #A825F4;
--indigo-600: #8B0BD5;
--indigo-700: #6F09AA;
--indigo-800: #4F0679;
--indigo-900: #33044E;
--indigo-950: #200330;
}