Indian Red
#EA6161
RedColor Codes
All color formats for development
HEX
#EA6161RGB
rgb(234, 97, 97)HSL
hsl(0, 77%, 65%)OKLCH
oklch(0.666 0.17 22.9)CMYK
cmyk(0%, 59%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E74444
2#E32626
3#CD1B1B
4#B01717
5#931313
6#750F0F
7#580B0B
8#3B0808
9#1D0404
Tints
Lighter variations
1#ED7171
2#EF8181
3#F19090
4#F3A0A0
5#F5B0B0
6#F7C0C0
7#F9D0D0
8#FBDFDF
9#FDEFEF
Tones
Muted variations
1#E46868
2#DD6F6F
3#D67676
4#CF7D7D
5#C88383
6#C18A8A
7#BA9191
8#B39898
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 | F7C4 #F7C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F29797 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA6161 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480909 | 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: #F7C4C4;
--indian-red-300: #F29797;
--indian-red-400: #EA6161;
--indian-red-500: #E53434;
--indian-red-600: #C71A1A;
--indian-red-700: #9E1515;
--indian-red-800: #710F0F;
--indian-red-900: #480909;
--indian-red-950: #2D0606;
}