Indigo
#620A75
PinkColor Codes
All color formats for development
HEX
#620A75RGB
rgb(98, 10, 117)HSL
hsl(289, 84%, 25%)OKLCH
oklch(0.367 0.168 319.1)CMYK
cmyk(16%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58096A
2#4E085E
3#440752
4#3B0646
5#31053B
6#27042F
7#1D0323
8#140217
9#0A010C
Tints
Lighter variations
1#7F0D98
2#9C10BC
3#BA13DF
4#C92CED
5#D24FF0
6#DB72F3
7#E495F6
8#EDB9F9
9#F6DCFC
Tones
Muted variations
1#5E1070
2#5B156B
3#571A65
4#542060
5#51255B
6#4D2A55
7#4A3050
8#47354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E493 #E493F6 | BordersInactive statesPlaceholder text |
| 400 | D55B #D55BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C92C #C92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AC12 #AC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890E #890EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F7DEFC;
--indigo-200: #EFC2FA;
--indigo-300: #E493F6;
--indigo-400: #D55BF1;
--indigo-500: #C92CED;
--indigo-600: #AC12CE;
--indigo-700: #890EA4;
--indigo-800: #620A75;
--indigo-900: #3F074B;
--indigo-950: #27042F;
}