Indian Red
#EB6760
RedColor Codes
All color formats for development
HEX
#EB6760RGB
rgb(235, 103, 96)HSL
hsl(3, 78%, 65%)OKLCH
oklch(0.675 0.165 25.5)CMYK
cmyk(0%, 56%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84B43
2#E42F25
3#CF231A
4#B11E16
5#941912
6#76140F
7#590F0B
8#3B0A07
9#1E0504
Tints
Lighter variations
1#ED7670
2#EF8580
3#F19590
4#F3A4A0
5#F5B3B0
6#F7C2BF
7#F9D1CF
8#FBE1DF
9#FDF0EF
Tones
Muted variations
1#E46D67
2#DD746E
3#D67A75
4#D0807C
5#C98683
6#C28D8A
7#BB9391
8#B49998
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE1 #FBE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C7 #F8C7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F29B #F29B97 | BordersInactive statesPlaceholder text |
| 400 | EB67 #EB6760 | Disabled statesSecondary iconsMuted text |
| 500 | E63C #E63C33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C821 #C82119 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F1B #9F1B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7113 #71130E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490C #490C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D08 #2D0806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F1;
--indian-red-100: #FBE1DF;
--indian-red-200: #F8C7C4;
--indian-red-300: #F29B97;
--indian-red-400: #EB6760;
--indian-red-500: #E63C33;
--indian-red-600: #C82119;
--indian-red-700: #9F1B14;
--indian-red-800: #71130E;
--indian-red-900: #490C09;
--indian-red-950: #2D0806;
}