Indigo
#5C0D72
PinkColor Codes
All color formats for development
HEX
#5C0D72RGB
rgb(92, 13, 114)HSL
hsl(287, 80%, 25%)OKLCH
oklch(0.357 0.161 317)CMYK
cmyk(19%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530B67
2#4A0A5C
3#410950
4#380845
5#2E0639
6#25052E
7#1C0422
8#130317
9#09010B
Tints
Lighter variations
1#781195
2#9414B8
3#B018DA
4#C030E8
5#CB53EC
6#D575F0
7#E098F4
8#EABAF7
9#F5DDFB
Tones
Muted variations
1#5A126E
2#571769
3#541C63
4#51215E
5#4E2659
6#4B2B54
7#48304F
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 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC3 #EDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF95 #DF95F3 | BordersInactive statesPlaceholder text |
| 400 | CE5E #CE5EED | Disabled statesSecondary iconsMuted text |
| 500 | C030 #C030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A316 #A316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8212 #8212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0D #5D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B08 #3B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F5DFFB;
--indigo-200: #EDC3F8;
--indigo-300: #DF95F3;
--indigo-400: #CE5EED;
--indigo-500: #C030E8;
--indigo-600: #A316CA;
--indigo-700: #8212A1;
--indigo-800: #5D0D73;
--indigo-900: #3B0849;
--indigo-950: #25052E;
}