Indigo
#5F0E71
PinkColor Codes
All color formats for development
HEX
#5F0E71RGB
rgb(95, 14, 113)HSL
hsl(289, 78%, 25%)OKLCH
oklch(0.362 0.161 319.1)CMYK
cmyk(16%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#560D66
2#4C0B5B
3#430A4F
4#390844
5#300739
6#26062D
7#1D0422
8#130317
9#0A010B
Tints
Lighter variations
1#7C1294
2#9816B6
3#B51BD8
4#C533E6
5#CF55EA
6#D877EE
7#E299F2
8#ECBBF7
9#F5DDFB
Tones
Muted variations
1#5C136D
2#591868
3#561D63
4#53225E
5#4F2759
6#4C2C54
7#49314F
8#46364A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D260 #D260EB | Disabled statesSecondary iconsMuted text |
| 500 | C533 #C533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A819 #A819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8514 #85149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0E #5F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F6DFFB;
--indigo-200: #EEC4F8;
--indigo-300: #E197F2;
--indigo-400: #D260EB;
--indigo-500: #C533E6;
--indigo-600: #A819C8;
--indigo-700: #85149F;
--indigo-800: #5F0E71;
--indigo-900: #3D0949;
--indigo-950: #26062D;
}