Indian Red
#E0387B
PinkColor Codes
All color formats for development
HEX
#E0387BRGB
rgb(224, 56, 123)HSL
hsl(336, 73%, 55%)OKLCH
oklch(0.613 0.208 1.7)CMYK
cmyk(0%, 75%, 45%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA226C
2#C21E60
3#AA1B54
4#921748
5#79133C
6#610F30
7#490B24
8#310818
9#18040C
Tints
Lighter variations
1#E34C89
2#E66096
3#E974A3
4#EC88B0
5#F09CBD
6#F3B0CA
7#F6C3D8
8#F9D7E5
9#FCEBF2
Tones
Muted variations
1#D8417D
2#CF497F
3#C75281
4#BF5A82
5#B66284
6#AE6B86
7#A57387
8#9D7B89
9#95848B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABC | BordersInactive statesPlaceholder text |
| 400 | E765 #E76599 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387B | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B23 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F6;
--indian-red-100: #FAE0EB;
--indian-red-200: #F6C6D9;
--indian-red-300: #EF9ABC;
--indian-red-400: #E76599;
--indian-red-500: #E0387B;
--indian-red-600: #C21E60;
--indian-red-700: #9A184C;
--indian-red-800: #6E1136;
--indian-red-900: #470B23;
--indian-red-950: #2C0716;
}