Indigo
#4B0646
PinkColor Codes
All color formats for development
HEX
#4B0646RGB
rgb(75, 6, 70)HSL
hsl(304, 85%, 16%)OKLCH
oklch(0.291 0.123 331.7)CMYK
cmyk(0%, 92%, 7%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440640
2#3C0539
3#350432
4#2D042B
5#260323
6#1E021C
7#170215
8#0F010E
9#080107
Tints
Lighter variations
1#73096C
2#9B0D91
3#C210B6
4#EA13DC
5#EF39E3
6#F260E8
7#F588EE
8#F9B0F4
9#FCD7F9
Tones
Muted variations
1#480A44
2#450D41
3#41113E
4#3E143B
5#3A1738
6#371B35
7#331E32
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 #FAC2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F0 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE7 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0647 | 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: #FAC2F6;
--indigo-300: #F692F0;
--indigo-400: #F25AE7;
--indigo-500: #EE2BE1;
--indigo-600: #D011C3;
--indigo-700: #A50D9B;
--indigo-800: #760A6F;
--indigo-900: #4B0647;
--indigo-950: #2F042C;
}