Indigo
#330DA5
PurpleColor Codes
All color formats for development
HEX
#330DA5RGB
rgb(51, 13, 165)HSL
hsl(255, 85%, 35%)OKLCH
oklch(0.359 0.209 279)CMYK
cmyk(69%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0C95
2#290B84
3#240974
4#1F0863
5#1A0753
6#150542
7#0F0432
8#0A0321
9#050111
Tints
Lighter variations
1#3D10C4
2#4612E2
3#5A28EE
4#7147F0
5#8966F3
6#A184F5
7#B8A3F8
8#D0C2FA
9#E7E0FD
Tones
Muted variations
1#37159E
2#3B1D96
3#3F248E
4#422C87
5#46337F
6#4A3B78
7#4E4270
8#524A68
9#555261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AB92 #AB92F6 | BordersInactive statesPlaceholder text |
| 400 | 805A #805AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 5B2B #5B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4111 #4111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 330D #330DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1706 #17064B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D0C2FA;
--indigo-300: #AB92F6;
--indigo-400: #805AF2;
--indigo-500: #5B2BEE;
--indigo-600: #4111D0;
--indigo-700: #330DA5;
--indigo-800: #250A76;
--indigo-900: #17064B;
--indigo-950: #0F042F;
}