Indigo
#62047C
PinkColor Codes
All color formats for development
HEX
#62047CRGB
rgb(98, 4, 124)HSL
hsl(287, 94%, 25%)OKLCH
oklch(0.37 0.177 316.3)CMYK
cmyk(21%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58036F
2#4E0363
3#440357
4#3B024A
5#31023E
6#270231
7#1D0125
8#140119
9#0A000C
Tints
Lighter variations
1#7F05A1
2#9C06C6
3#BA07EB
4#C920F8
5#D245F9
6#DB6BFA
7#E490FC
8#EDB5FD
9#F6DAFE
Tones
Muted variations
1#5E0A76
2#5B1070
3#58166A
4#541C64
5#51225E
6#4D2858
7#4A2E52
8#47344C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFB | BordersInactive statesPlaceholder text |
| 400 | D552 #D552FA | Disabled statesSecondary iconsMuted text |
| 500 | C920 #C920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC07 #AC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8905 #8905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6204 #62047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F024F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F7DCFE;
--indigo-200: #F0BFFD;
--indigo-300: #E48DFB;
--indigo-400: #D552FA;
--indigo-500: #C920F8;
--indigo-600: #AC07DA;
--indigo-700: #8905AD;
--indigo-800: #62047C;
--indigo-900: #3F024F;
--indigo-950: #270231;
}