Indigo
#620D73
PinkColor Codes
All color formats for development
HEX
#620D73RGB
rgb(98, 13, 115)HSL
hsl(290, 80%, 25%)OKLCH
oklch(0.367 0.164 319.8)CMYK
cmyk(15%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580B67
2#4E0A5C
3#440950
4#3B0845
5#310639
6#27052E
7#1D0422
8#140317
9#0A010B
Tints
Lighter variations
1#7F1195
2#9C14B8
3#BA18DA
4#C930E8
5#D253EC
6#DB75F0
7#E498F4
8#EDBAF7
9#F6DDFB
Tones
Muted variations
1#5E126E
2#5B1769
3#581C63
4#54215E
5#512659
6#4D2B54
7#4A304F
8#47364A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F3 | BordersInactive statesPlaceholder text |
| 400 | D55E #D55EED | Disabled statesSecondary iconsMuted text |
| 500 | C930 #C930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC16 #AC16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8912 #8912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620D #620D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F7DFFB;
--indigo-200: #F0C3F8;
--indigo-300: #E495F3;
--indigo-400: #D55EED;
--indigo-500: #C930E8;
--indigo-600: #AC16CA;
--indigo-700: #8912A1;
--indigo-800: #620D73;
--indigo-900: #3F0849;
--indigo-950: #27052E;
}