Indian Red
#EB6062
RedColor Codes
All color formats for development
HEX
#EB6062RGB
rgb(235, 96, 98)HSL
hsl(359, 78%, 65%)OKLCH
oklch(0.666 0.173 22.2)CMYK
cmyk(0%, 59%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84345
2#E42528
3#CF1A1D
4#B11618
5#941214
6#760F10
7#590B0C
8#3B0708
9#1E0404
Tints
Lighter variations
1#ED7072
2#EF8082
3#F19091
4#F3A0A1
5#F5B0B1
6#F7BFC0
7#F9CFD0
8#FBDFE0
9#FDEFEF
Tones
Muted variations
1#E46769
2#DD6E70
3#D67577
4#D07C7D
5#C98384
6#C28A8B
7#BB9192
8#B49898
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 #F8C4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F29798 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6062 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63336 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8191C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1416 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090A | 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: #FDF1F2;
--indian-red-100: #FBDFE0;
--indian-red-200: #F8C4C5;
--indian-red-300: #F29798;
--indian-red-400: #EB6062;
--indian-red-500: #E63336;
--indian-red-600: #C8191C;
--indian-red-700: #9F1416;
--indian-red-800: #710E10;
--indian-red-900: #49090A;
--indian-red-950: #2D0606;
}