Indigo
#33064B
PurpleColor Codes
All color formats for development
HEX
#33064BRGB
rgb(51, 6, 75)HSL
hsl(279, 85%, 16%)OKLCH
oklch(0.253 0.117 309.6)CMYK
cmyk(32%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0644
2#29053C
3#240435
4#1F042D
5#1A0326
6#14021E
7#0F0217
8#0A010F
9#050108
Tints
Lighter variations
1#4E0973
2#690D9B
3#8410C2
4#9F13EA
5#AF39EF
6#BF60F2
7#CF88F5
8#DFB0F9
9#EFD7FC
Tones
Muted variations
1#320A48
2#310D45
3#301141
4#2F143E
5#2E173A
6#2D1B37
7#2C1E33
8#2B2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C2 #E6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D392 #D392F6 | BordersInactive statesPlaceholder text |
| 400 | BD5A #BD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | AA2B #AA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D11 #8D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 700D #700DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500A #500A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3306 #33064B | Primary textHigh emphasis contentDark headings |
| 950 | 2004 #20042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F2DEFC;
--indigo-200: #E6C2FA;
--indigo-300: #D392F6;
--indigo-400: #BD5AF2;
--indigo-500: #AA2BEE;
--indigo-600: #8D11D0;
--indigo-700: #700DA5;
--indigo-800: #500A76;
--indigo-900: #33064B;
--indigo-950: #20042F;
}