Indian Red
#E66570
RedColor Codes
All color formats for development
HEX
#E66570RGB
rgb(230, 101, 112)HSL
hsl(355, 72%, 65%)OKLCH
oklch(0.668 0.16 17.3)CMYK
cmyk(0%, 56%, 51%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E14956
2#DD2C3B
3#C8202E
4#AB1C28
5#8F1721
6#72131B
7#560E14
8#39090D
9#1D0507
Tints
Lighter variations
1#E9757E
2#EB848D
3#EE949B
4#F0A3A9
5#F3B2B8
6#F5C2C6
7#F8D1D4
8#FAE0E2
9#FDF0F1
Tones
Muted variations
1#E06C76
2#D9727B
3#D37980
4#CC7F86
5#C6868B
6#BF8C90
7#B99296
8#B3999B
9#AC9FA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA1 | BordersInactive statesPlaceholder text |
| 400 | E665 #E66570 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A47 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F2D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1924 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1219 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B10 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F3;
--indian-red-100: #FAE0E2;
--indian-red-200: #F6C6CA;
--indian-red-300: #EF9AA1;
--indian-red-400: #E66570;
--indian-red-500: #DF3A47;
--indian-red-600: #C11F2D;
--indian-red-700: #9A1924;
--indian-red-800: #6E1219;
--indian-red-900: #460B10;
--indian-red-950: #2C070A;
}