Indigo
#630F70
PinkColor Codes
All color formats for development
HEX
#630F70RGB
rgb(99, 15, 112)HSL
hsl(292, 76%, 25%)OKLCH
oklch(0.368 0.161 321.7)CMYK
cmyk(12%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590E65
2#4F0C5A
3#450B4F
4#3C0943
5#320838
6#28062D
7#1E0522
8#140316
9#0A020B
Tints
Lighter variations
1#811492
2#9F18B4
3#BD1DD5
4#CC35E3
5#D557E8
6#DD78ED
7#E69AF1
8#EEBCF6
9#F7DDFA
Tones
Muted variations
1#60146B
2#5C1967
3#591E62
4#55235D
5#522858
6#4E2C53
7#4A314E
8#473649
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C5 #F0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E598 #E598F1 | BordersInactive statesPlaceholder text |
| 400 | D762 #D762EA | Disabled statesSecondary iconsMuted text |
| 500 | CC35 #CC35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF1B #AF1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B15 #8B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630F #630F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 400A #400A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF2FD;
--indigo-100: #F7E0FB;
--indigo-200: #F0C5F7;
--indigo-300: #E598F1;
--indigo-400: #D762EA;
--indigo-500: #CC35E3;
--indigo-600: #AF1BC5;
--indigo-700: #8B159D;
--indigo-800: #630F70;
--indigo-900: #400A48;
--indigo-950: #28062D;
}