Indigo
#5D067A
PinkColor Codes
All color formats for development
HEX
#5D067ARGB
rgb(93, 6, 122)HSL
hsl(285, 91%, 25%)OKLCH
oklch(0.361 0.173 314.4)CMYK
cmyk(24%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53056E
2#4A0561
3#410455
4#380349
5#2E033D
6#250231
7#1C0225
8#130118
9#09010C
Tints
Lighter variations
1#79079E
2#9409C3
3#B00BE7
4#C024F5
5#CB48F6
6#D56DF8
7#E091FA
8#EAB6FC
9#F5DAFD
Tones
Muted variations
1#5A0C74
2#57116E
3#541768
4#511D63
5#4E235D
6#4B2957
7#482E51
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 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8F #DF8FFA | BordersInactive statesPlaceholder text |
| 400 | CE55 #CE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | C024 #C024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A30A #A30AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8208 #8208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D06 #5D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044E | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F5DDFD;
--indigo-200: #EDC0FC;
--indigo-300: #DF8FFA;
--indigo-400: #CE55F7;
--indigo-500: #C024F5;
--indigo-600: #A30AD6;
--indigo-700: #8208AA;
--indigo-800: #5D067A;
--indigo-900: #3B044E;
--indigo-950: #250231;
}