Indigo
#630FA3
PurpleColor Codes
All color formats for development
HEX
#630FA3RGB
rgb(99, 15, 163)HSL
hsl(274, 83%, 35%)OKLCH
oklch(0.411 0.205 302.7)CMYK
cmyk(39%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590E93
2#4F0C83
3#450B72
4#3B0962
5#320852
6#280641
7#1E0531
8#140321
9#0A0210
Tints
Lighter variations
1#7612C2
2#8815E0
3#982BEB
4#A749EE
5#B567F1
6#C486F4
7#D3A4F7
8#E2C2F9
9#F0E1FC
Tones
Muted variations
1#62179C
2#611E95
3#60258D
4#5F2D86
5#5E347E
6#5D3C77
7#5C436F
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 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F5 | BordersInactive statesPlaceholder text |
| 400 | B05C #B05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 992D #992DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D13 #7D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630F #630FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | 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: #E2C2F9;
--indigo-300: #CB94F5;
--indigo-400: #B05CF0;
--indigo-500: #992DEB;
--indigo-600: #7D13CD;
--indigo-700: #630FA3;
--indigo-800: #470B75;
--indigo-900: #2D074B;
--indigo-950: #1C042F;
}