Indian Red
#EA6662
RedColor Codes
All color formats for development
HEX
#EA6662RGB
rgb(234, 102, 98)HSL
hsl(2, 76%, 65%)OKLCH
oklch(0.673 0.165 24.3)CMYK
cmyk(0%, 56%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E64A45
2#E22E28
3#CC221C
4#AF1D18
5#921814
6#751310
7#580E0C
8#3A0A08
9#1D0504
Tints
Lighter variations
1#EC7672
2#EE8581
3#F09491
4#F2A3A1
5#F4B3B0
6#F6C2C0
7#F9D1D0
8#FBE0E0
9#FDF0EF
Tones
Muted variations
1#E36D69
2#DC736F
3#D57976
4#CE807D
5#C88684
6#C18C8B
7#BA9391
8#B39998
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C6 #F7C6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19B #F19B98 | BordersInactive statesPlaceholder text |
| 400 | EA66 #EA6662 | Disabled statesSecondary iconsMuted text |
| 500 | E33B #E33B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C521 #C5211B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D1A #9D1A15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7013 #70130F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480C #480C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D07 #2D0706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F2;
--indian-red-100: #FBE0E0;
--indian-red-200: #F7C6C5;
--indian-red-300: #F19B98;
--indian-red-400: #EA6662;
--indian-red-500: #E33B35;
--indian-red-600: #C5211B;
--indian-red-700: #9D1A15;
--indian-red-800: #70130F;
--indian-red-900: #480C0A;
--indian-red-950: #2D0706;
}