Indian Red
#ED5E65
RedColor Codes
All color formats for development
HEX
#ED5E65RGB
rgb(237, 94, 101)HSL
hsl(357, 80%, 65%)OKLCH
oklch(0.667 0.177 20.4)CMYK
cmyk(0%, 60%, 57%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4149
2#E7232C
3#D11720
4#B3141C
5#951117
6#770D13
7#5A0A0E
8#3C0709
9#1E0305
Tints
Lighter variations
1#EF6E75
2#F17E84
3#F38F94
4#F49FA3
5#F6AFB2
6#F8BFC2
7#FACFD1
8#FBDFE0
9#FDEFF0
Tones
Muted variations
1#E6656C
2#DF6D72
3#D87479
4#D17B7F
5#C98286
6#C2898C
7#BB9092
8#B49799
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F3959A | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E65 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8303A | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA161F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11219 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49080B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF1F2;
--indian-red-100: #FBDFE0;
--indian-red-200: #F8C3C6;
--indian-red-300: #F3959A;
--indian-red-400: #ED5E65;
--indian-red-500: #E8303A;
--indian-red-600: #CA161F;
--indian-red-700: #A11219;
--indian-red-800: #730D12;
--indian-red-900: #49080B;
--indian-red-950: #2E0507;
}