Indigo
#33074A
PurpleColor Codes
All color formats for development
HEX
#33074ARGB
rgb(51, 7, 74)HSL
hsl(279, 83%, 16%)OKLCH
oklch(0.253 0.115 310.1)CMYK
cmyk(31%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0643
2#29063C
3#240534
4#1F042D
5#190325
6#14031E
7#0F0216
8#0A010F
9#050107
Tints
Lighter variations
1#4E0B72
2#680E99
3#8312C0
4#9E16E7
5#AF3BED
6#BF62F0
7#CF89F4
8#DFB1F8
9#EFD8FB
Tones
Muted variations
1#320A47
2#310E44
3#301141
4#2F143D
5#2E183A
6#2D1B36
7#2C1F33
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 #E6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D394 #D394F5 | BordersInactive statesPlaceholder text |
| 400 | BC5C #BC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A92D #A92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C13 #8C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F0F #6F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500B #500B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074B | 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: #E6C2F9;
--indigo-300: #D394F5;
--indigo-400: #BC5CF0;
--indigo-500: #A92DEB;
--indigo-600: #8C13CD;
--indigo-700: #6F0FA3;
--indigo-800: #500B75;
--indigo-900: #33074B;
--indigo-950: #20042F;
}