Indigo
#50014B
PinkColor Codes
All color formats for development
HEX
#50014BRGB
rgb(80, 1, 75)HSL
hsl(304, 98%, 16%)OKLCH
oklch(0.3 0.134 331.5)CMYK
cmyk(0%, 99%, 6%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490144
2#41013C
3#390135
4#30002D
5#280026
6#20001E
7#180017
8#10000F
9#080008
Tints
Lighter variations
1#7B0173
2#A6029B
3#D002C2
4#FA03EA
5#FD2BEF
6#FD55F2
7#FE80F5
8#FEAAF9
9#FFD5FC
Tones
Muted variations
1#4D0548
2#490945
3#450D41
4#41113E
5#3D153A
6#391937
7#351D33
8#312130
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EF2 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02CF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51014B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FE;
--indigo-100: #FFDCFC;
--indigo-200: #FEBDFA;
--indigo-300: #FE8BF6;
--indigo-400: #FD4EF2;
--indigo-500: #FD1CEE;
--indigo-600: #DE02CF;
--indigo-700: #B102A5;
--indigo-800: #7E0176;
--indigo-900: #51014B;
--indigo-950: #32012F;
}