Indigo
#5F027E
PinkColor Codes
All color formats for development
HEX
#5F027ERGB
rgb(95, 2, 126)HSL
hsl(285, 97%, 25%)OKLCH
oklch(0.366 0.179 314)CMYK
cmyk(25%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550271
2#4C0264
3#420158
4#39014B
5#2F013F
6#260132
7#1C0126
8#130019
9#09000D
Tints
Lighter variations
1#7B02A3
2#9703C9
3#B404EF
4#C41DFC
5#CE43FC
6#D868FD
7#E18EFD
8#EBB4FE
9#F5D9FE
Tones
Muted variations
1#5C0877
2#580E71
3#55146B
4#521B65
5#4F215F
6#4C2758
7#492D52
8#46334C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18B #E18BFD | BordersInactive statesPlaceholder text |
| 400 | D14F #D14FFC | Disabled statesSecondary iconsMuted text |
| 500 | C41D #C41DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | A703 #A703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8503 #8503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F02 #5F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D01 #3D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DCFE;
--indigo-200: #EEBEFE;
--indigo-300: #E18BFD;
--indigo-400: #D14FFC;
--indigo-500: #C41DFC;
--indigo-600: #A703DD;
--indigo-700: #8503B0;
--indigo-800: #5F027E;
--indigo-900: #3D0150;
--indigo-950: #260132;
}