Indigo
#630DA5
PurpleColor Codes
All color formats for development
HEX
#630DA5RGB
rgb(99, 13, 165)HSL
hsl(274, 85%, 35%)OKLCH
oklch(0.412 0.208 302.2)CMYK
cmyk(40%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590C95
2#4F0B84
3#460974
4#3C0863
5#320753
6#280542
7#1E0432
8#140321
9#0A0111
Tints
Lighter variations
1#7610C4
2#8812E2
3#9828EE
4#A747F0
5#B666F3
6#C484F5
7#D3A3F8
8#E2C2FA
9#F0E0FD
Tones
Muted variations
1#62159E
2#611D96
3#60248E
4#5F2C87
5#5E337F
6#5D3B78
7#5C4270
8#5B4A68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CB92 #CB92F6 | BordersInactive statesPlaceholder text |
| 400 | B05A #B05AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 992B #992BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D11 #7D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630D #630DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470A #470A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D06 #2D064B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDEFC;
--indigo-200: #E2C2FA;
--indigo-300: #CB92F6;
--indigo-400: #B05AF2;
--indigo-500: #992BEE;
--indigo-600: #7D11D0;
--indigo-700: #630DA5;
--indigo-800: #470A76;
--indigo-900: #2D064B;
--indigo-950: #1C042F;
}