Indian Red
#E63365
PinkColor Codes
All color formats for development
HEX
#E63365RGB
rgb(230, 51, 101)HSL
hsl(343, 78%, 55%)OKLCH
oklch(0.614 0.214 10.6)CMYK
cmyk(0%, 78%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11C54
2#C8194A
3#AF1641
4#961338
5#7D0F2E
6#640C25
7#4B091C
8#320613
9#190309
Tints
Lighter variations
1#E84775
2#EB5C84
3#ED7094
4#F084A3
5#F299B2
6#F5ADC2
7#F7C2D1
8#FAD6E0
9#FCEBF0
Tones
Muted variations
1#DD3C69
2#D4456D
3#CB4E71
4#C25775
5#B95F79
6#B0687D
7#A77181
8#9E7A84
9#958388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6088 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63365 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8194A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F143B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0611 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF1F5;
--indian-red-100: #FBDFE7;
--indian-red-200: #F8C4D3;
--indian-red-300: #F297B1;
--indian-red-400: #EB6088;
--indian-red-500: #E63365;
--indian-red-600: #C8194A;
--indian-red-700: #9F143B;
--indian-red-800: #710E2A;
--indian-red-900: #49091B;
--indian-red-950: #2D0611;
}