Indigo
#5F047B
PinkColor Codes
All color formats for development
HEX
#5F047BRGB
rgb(95, 4, 123)HSL
hsl(286, 94%, 25%)OKLCH
oklch(0.364 0.176 315.2)CMYK
cmyk(23%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56036F
2#4D0363
3#430357
4#39024A
5#30023E
6#260231
7#1D0125
8#130119
9#0A000C
Tints
Lighter variations
1#7C05A1
2#9906C6
3#B607EB
4#C620F8
5#CF45F9
6#D96BFA
7#E290FC
8#ECB5FD
9#F5DAFE
Tones
Muted variations
1#5D0A76
2#591070
3#56166A
4#531C64
5#50225E
6#4D2858
7#492E52
8#46344C
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 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFB | BordersInactive statesPlaceholder text |
| 400 | D252 #D252FA | Disabled statesSecondary iconsMuted text |
| 500 | C620 #C620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A807 #A807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8605 #8605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6004 #60047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D024F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DCFE;
--indigo-200: #EEBFFD;
--indigo-300: #E28DFB;
--indigo-400: #D252FA;
--indigo-500: #C620F8;
--indigo-600: #A807DA;
--indigo-700: #8605AD;
--indigo-800: #60047C;
--indigo-900: #3D024F;
--indigo-950: #260231;
}