Indigo
#62037C
PinkColor Codes
All color formats for development
HEX
#62037CRGB
rgb(98, 3, 124)HSL
hsl(287, 95%, 25%)OKLCH
oklch(0.37 0.178 316.3)CMYK
cmyk(21%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580370
2#4E0363
3#450257
4#3B024B
5#31023E
6#270132
7#1D0125
8#140119
9#0A000C
Tints
Lighter variations
1#7F04A2
2#9D05C7
3#BA06EC
4#CA1FF9
5#D345FA
6#DC6AFB
7#E58FFC
8#EDB4FD
9#F6DAFE
Tones
Muted variations
1#5F0976
2#5B0F70
3#58156A
4#541B64
5#51215E
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 | F0BE #F0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFC | BordersInactive statesPlaceholder text |
| 400 | D651 #D651FB | Disabled statesSecondary iconsMuted text |
| 500 | CA1F #CA1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD06 #AD06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8904 #8904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F7DCFE;
--indigo-200: #F0BEFD;
--indigo-300: #E48DFC;
--indigo-400: #D651FB;
--indigo-500: #CA1FF9;
--indigo-600: #AD06DB;
--indigo-700: #8904AE;
--indigo-800: #62037C;
--indigo-900: #3F0250;
--indigo-950: #270132;
}