Indigo
#50013F
PinkColor Codes
All color formats for development
HEX
#50013FRGB
rgb(80, 1, 63)HSL
hsl(313, 98%, 16%)OKLCH
oklch(0.292 0.126 339.8)CMYK
cmyk(0%, 99%, 21%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490139
2#410133
3#39012C
4#300026
5#280020
6#200019
7#180013
8#10000D
9#080006
Tints
Lighter variations
1#7B0161
2#A60282
3#D002A3
4#FA03C5
5#FD2BCF
6#FD55D9
7#FE80E2
8#FEAAEC
9#FFD5F5
Tones
Muted variations
1#4D053D
2#49093B
3#450D39
4#411136
5#3D1534
6#391932
7#351D30
8#31212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE5 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED7 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CCC | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1028B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FFDCF7;
--indigo-200: #FEBDF0;
--indigo-300: #FE8BE5;
--indigo-400: #FD4ED7;
--indigo-500: #FD1CCC;
--indigo-600: #DE02AF;
--indigo-700: #B1028B;
--indigo-800: #7E0163;
--indigo-900: #51013F;
--indigo-950: #320128;
}