Indigo
#620C73
PinkColor Codes
All color formats for development
HEX
#620C73RGB
rgb(98, 12, 115)HSL
hsl(290, 81%, 25%)OKLCH
oklch(0.367 0.165 319.9)CMYK
cmyk(15%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580B68
2#4F0A5C
3#450851
4#3B0745
5#31063A
6#27052E
7#1D0423
8#140217
9#0A010C
Tints
Lighter variations
1#801096
2#9D13B9
3#BB17DB
4#CA2FE9
5#D352ED
6#DC75F0
7#E597F4
8#EDBAF8
9#F6DCFB
Tones
Muted variations
1#5F116E
2#5B1669
3#581C64
4#54215F
5#51265A
6#4E2B54
7#4A304F
8#47354A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F4 | BordersInactive statesPlaceholder text |
| 400 | D65D #D65DEE | Disabled statesSecondary iconsMuted text |
| 500 | CA2F #CA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD15 #AD15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8911 #8911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620C #620C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F084A | 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: #FBF1FE;
--indigo-100: #F7DFFC;
--indigo-200: #F0C3F9;
--indigo-300: #E495F4;
--indigo-400: #D65DEE;
--indigo-500: #CA2FE9;
--indigo-600: #AD15CB;
--indigo-700: #8911A2;
--indigo-800: #620C73;
--indigo-900: #3F084A;
--indigo-950: #27052E;
}