Indian Red
#E66565
RedColor Codes
All color formats for development
HEX
#E66565RGB
rgb(230, 101, 101)HSL
hsl(0, 72%, 65%)OKLCH
oklch(0.666 0.161 22.5)CMYK
cmyk(0%, 56%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E14949
2#DD2C2C
3#C82020
4#AB1C1C
5#8F1717
6#721313
7#560E0E
8#390909
9#1D0505
Tints
Lighter variations
1#E97575
2#EB8484
3#EE9494
4#F0A3A3
5#F3B2B2
6#F5C2C2
7#F8D1D1
8#FAE0E0
9#FDF0F0
Tones
Muted variations
1#E06C6C
2#D97272
3#D37979
4#CC7F7F
5#C68686
6#BF8C8C
7#B99292
8#B39999
9#AC9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9A9A | BordersInactive statesPlaceholder text |
| 400 | E665 #E66565 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1919 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0707 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F2;
--indian-red-100: #FAE0E0;
--indian-red-200: #F6C6C6;
--indian-red-300: #EF9A9A;
--indian-red-400: #E66565;
--indian-red-500: #DF3A3A;
--indian-red-600: #C11F1F;
--indian-red-700: #9A1919;
--indian-red-800: #6E1212;
--indian-red-900: #460B0B;
--indian-red-950: #2C0707;
}