Indian Red
#EC5F66
RedColor Codes
All color formats for development
HEX
#EC5F66RGB
rgb(236, 95, 102)HSL
hsl(357, 79%, 65%)OKLCH
oklch(0.667 0.174 20.2)CMYK
cmyk(0%, 60%, 57%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9424A
2#E5242E
3#D01822
4#B2151D
5#941118
6#770E13
7#590A0E
8#3B070A
9#1E0305
Tints
Lighter variations
1#EE6F76
2#F07F85
3#F28F94
4#F49FA3
5#F6AFB3
6#F8BFC2
7#F9CFD1
8#FBDFE0
9#FDEFF0
Tones
Muted variations
1#E5666D
2#DE6D73
3#D77479
4#D07B80
5#C98286
6#C28A8C
7#BB9193
8#B49899
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 | F8C4 #F8C4C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F3969B | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F66 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7323B | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91820 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0131A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090C | 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: #F8C4C6;
--indian-red-300: #F3969B;
--indian-red-400: #EC5F66;
--indian-red-500: #E7323B;
--indian-red-600: #C91820;
--indian-red-700: #A0131A;
--indian-red-800: #720D12;
--indian-red-900: #49090C;
--indian-red-950: #2E0507;
}