Indigo
#5C0F71
PinkColor Codes
All color formats for development
HEX
#5C0F71RGB
rgb(92, 15, 113)HSL
hsl(287, 77%, 25%)OKLCH
oklch(0.358 0.159 317.4)CMYK
cmyk(19%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#520D66
2#490C5A
3#400A4F
4#370944
5#2E0738
6#25062D
7#1B0422
8#120317
9#09010B
Tints
Lighter variations
1#771393
2#9317B5
3#AE1CD6
4#BE34E5
5#C956E9
6#D478ED
7#DF99F2
8#E9BBF6
9#F4DDFB
Tones
Muted variations
1#59146C
2#561867
3#531D62
4#50225D
5#4E2758
6#4B2C53
7#48314E
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 | ECC4 #ECC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD61 #CD61EA | Disabled statesSecondary iconsMuted text |
| 500 | BE34 #BE34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11A #A11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0F #5C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0948 | 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: #ECC4F7;
--indigo-300: #DE97F2;
--indigo-400: #CD61EA;
--indigo-500: #BE34E5;
--indigo-600: #A11AC7;
--indigo-700: #80159E;
--indigo-800: #5C0F71;
--indigo-900: #3B0948;
--indigo-950: #25062D;
}