Indigo
#5C0E71
PinkColor Codes
All color formats for development
HEX
#5C0E71RGB
rgb(92, 14, 113)HSL
hsl(287, 78%, 25%)OKLCH
oklch(0.357 0.16 317.4)CMYK
cmyk(19%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530D66
2#4A0B5B
3#400A4F
4#370844
5#2E0739
6#25062D
7#1C0422
8#120317
9#09010B
Tints
Lighter variations
1#781294
2#9316B6
3#AF1BD8
4#BF33E6
5#CA55EA
6#D477EE
7#DF99F2
8#EABBF7
9#F4DDFB
Tones
Muted variations
1#59136D
2#561868
3#531D63
4#51225E
5#4E2759
6#4B2C54
7#48314F
8#45364A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F5DFFB;
--indigo-200: #EDC4F8;
--indigo-300: #DE97F2;
--indigo-400: #CD60EB;
--indigo-500: #BF33E6;
--indigo-600: #A219C8;
--indigo-700: #81149F;
--indigo-800: #5C0E71;
--indigo-900: #3B0949;
--indigo-950: #25062D;
}