Indigo
#4B0640
PinkColor Codes
All color formats for development
HEX
#4B0640RGB
rgb(75, 6, 64)HSL
hsl(310, 85%, 16%)OKLCH
oklch(0.287 0.118 336.1)CMYK
cmyk(0%, 92%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44063A
2#3C0533
3#35042D
4#2D0426
5#260320
6#1E021A
7#170213
8#0F010D
9#080106
Tints
Lighter variations
1#730961
2#9B0D83
3#C210A5
4#EA13C6
5#EF39D1
6#F260DA
7#F588E3
8#F9B0EC
9#FCD7F6
Tones
Muted variations
1#480A3E
2#450D3B
3#411139
4#3E1437
5#3A1734
6#371B32
7#331E30
8#30222D
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E6 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AD8 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0640 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FC;
--indigo-100: #FCDEF7;
--indigo-200: #FAC2F1;
--indigo-300: #F692E6;
--indigo-400: #F25AD8;
--indigo-500: #EE2BCD;
--indigo-600: #D011B0;
--indigo-700: #A50D8C;
--indigo-800: #760A64;
--indigo-900: #4B0640;
--indigo-950: #2F0428;
}