Indigo
#630D73
PinkColor Codes
All color formats for development
HEX
#630D73RGB
rgb(99, 13, 115)HSL
hsl(291, 80%, 25%)OKLCH
oklch(0.369 0.165 320.4)CMYK
cmyk(14%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0B67
2#500A5C
3#460950
4#3C0845
5#320639
6#28052E
7#1E0422
8#140317
9#0A010B
Tints
Lighter variations
1#811195
2#9F14B8
3#BD18DA
4#CD30E8
5#D553EC
6#DD75F0
7#E698F4
8#EEBAF7
9#F7DDFB
Tones
Muted variations
1#60126E
2#5C1769
3#591C63
4#55215E
5#522659
6#4E2B54
7#4A304F
8#47364A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E595 #E595F3 | BordersInactive statesPlaceholder text |
| 400 | D85E #D85EED | Disabled statesSecondary iconsMuted text |
| 500 | CD30 #CD30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF16 #AF16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B12 #8B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #400849 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F7DFFB;
--indigo-200: #F0C3F8;
--indigo-300: #E595F3;
--indigo-400: #D85EED;
--indigo-500: #CD30E8;
--indigo-600: #AF16CA;
--indigo-700: #8B12A1;
--indigo-800: #630D73;
--indigo-900: #400849;
--indigo-950: #28052E;
}