Indian Red
#E0385A
RedColor Codes
All color formats for development
HEX
#E0385ARGB
rgb(224, 56, 90)HSL
hsl(348, 73%, 55%)OKLCH
oklch(0.605 0.203 14.6)CMYK
cmyk(0%, 75%, 60%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA2247
2#C21E3F
3#AA1B37
4#92172F
5#791327
6#610F20
7#490B18
8#310810
9#180408
Tints
Lighter variations
1#E34C6A
2#E6607B
3#E9748B
4#EC889C
5#F09CAC
6#F3B0BD
7#F6C3CD
8#F9D7DE
9#FCEBEE
Tones
Muted variations
1#D8415F
2#CF4964
3#C75269
4#BF5A6E
5#B66273
6#AE6B78
7#A5737D
8#9D7B82
9#958487
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AAB | BordersInactive statesPlaceholder text |
| 400 | E765 #E7657F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0385A | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1832 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B17 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F4;
--indian-red-100: #FAE0E5;
--indian-red-200: #F6C6CF;
--indian-red-300: #EF9AAB;
--indian-red-400: #E7657F;
--indian-red-500: #E0385A;
--indian-red-600: #C21E3F;
--indian-red-700: #9A1832;
--indian-red-800: #6E1124;
--indian-red-900: #470B17;
--indian-red-950: #2C070E;
}