Indian Red
#EB6060
RedColor Codes
All color formats for development
HEX
#EB6060RGB
rgb(235, 96, 96)HSL
hsl(0, 78%, 65%)OKLCH
oklch(0.666 0.173 23)CMYK
cmyk(0%, 59%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84343
2#E42525
3#CF1A1A
4#B11616
5#941212
6#760F0F
7#590B0B
8#3B0707
9#1E0404
Tints
Lighter variations
1#ED7070
2#EF8080
3#F19090
4#F3A0A0
5#F5B0B0
6#F7BFBF
7#F9CFCF
8#FBDFDF
9#FDEFEF
Tones
Muted variations
1#E46767
2#DD6E6E
3#D67575
4#D07C7C
5#C98383
6#C28A8A
7#BB9191
8#B49898
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F29797 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6060 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF1F1;
--indian-red-100: #FBDFDF;
--indian-red-200: #F8C4C4;
--indian-red-300: #F29797;
--indian-red-400: #EB6060;
--indian-red-500: #E63333;
--indian-red-600: #C81919;
--indian-red-700: #9F1414;
--indian-red-800: #710E0E;
--indian-red-900: #490909;
--indian-red-950: #2D0606;
}