Indigo
#4C0646
PinkColor Codes
All color formats for development
HEX
#4C0646RGB
rgb(76, 6, 70)HSL
hsl(305, 85%, 16%)OKLCH
oklch(0.293 0.123 332.3)CMYK
cmyk(0%, 92%, 8%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44063F
2#3C0538
3#350431
4#2D042A
5#260323
6#1E021C
7#170215
8#0F010E
9#080107
Tints
Lighter variations
1#73096A
2#9B0D8F
3#C210B3
4#EA13D8
5#EF39E0
6#F260E6
7#F588EC
8#F9B0F3
9#FCD7F9
Tones
Muted variations
1#480A43
2#450D40
3#41113D
4#3E143A
5#3A1737
6#371B34
7#331E31
8#30222F
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692EE | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE5 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BDE | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0646 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FD;
--indigo-100: #FCDEFA;
--indigo-200: #FAC2F5;
--indigo-300: #F692EE;
--indigo-400: #F25AE5;
--indigo-500: #EE2BDE;
--indigo-600: #D011C0;
--indigo-700: #A50D98;
--indigo-800: #760A6D;
--indigo-900: #4B0646;
--indigo-950: #2F042C;
}