Indigo
#5F057A
PinkColor Codes
All color formats for development
HEX
#5F057ARGB
rgb(95, 5, 122)HSL
hsl(286, 92%, 25%)OKLCH
oklch(0.364 0.174 315.5)CMYK
cmyk(22%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56056E
2#4C0462
3#430456
4#390349
5#30033D
6#260231
7#1D0225
8#130118
9#0A010C
Tints
Lighter variations
1#7C079F
2#9808C4
3#B50AE9
4#C523F6
5#CE47F7
6#D86CF9
7#E291FA
8#ECB6FC
9#F5DAFD
Tones
Muted variations
1#5C0B75
2#59116F
3#561769
4#531D63
5#4F225D
6#4C2857
7#492E51
8#46344B
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFA | BordersInactive statesPlaceholder text |
| 400 | D254 #D254F8 | Disabled statesSecondary iconsMuted text |
| 500 | C523 #C523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A709 #A709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8507 #8507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F05 #5F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034E | 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: #FBF0FE;
--indigo-100: #F6DDFE;
--indigo-200: #EEBFFC;
--indigo-300: #E18EFA;
--indigo-400: #D254F8;
--indigo-500: #C523F6;
--indigo-600: #A709D7;
--indigo-700: #8507AB;
--indigo-800: #5F057A;
--indigo-900: #3D034E;
--indigo-950: #260231;
}