Indigo
#620F71
PinkColor Codes
All color formats for development
HEX
#620F71RGB
rgb(98, 15, 113)HSL
hsl(291, 77%, 25%)OKLCH
oklch(0.367 0.161 320.7)CMYK
cmyk(13%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580D66
2#4E0C5A
3#450A4F
4#3B0944
5#310738
6#27062D
7#1D0422
8#140317
9#0A010B
Tints
Lighter variations
1#801393
2#9D17B5
3#BA1CD6
4#CA34E5
5#D356E9
6#DC78ED
7#E599F2
8#EDBBF6
9#F6DDFB
Tones
Muted variations
1#5F146C
2#5B1867
3#581D62
4#54225D
5#512758
6#4D2C53
7#4A314E
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 | F0C4 #F0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E497 #E497F2 | BordersInactive statesPlaceholder text |
| 400 | D661 #D661EA | Disabled statesSecondary iconsMuted text |
| 500 | CA34 #CA34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD1A #AD1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F7DFFB;
--indigo-200: #F0C4F7;
--indigo-300: #E497F2;
--indigo-400: #D661EA;
--indigo-500: #CA34E5;
--indigo-600: #AD1AC7;
--indigo-700: #89159E;
--indigo-800: #620F71;
--indigo-900: #3F0948;
--indigo-950: #27062D;
}