Indian Red
#EA626D
RedColor Codes
All color formats for development
HEX
#EA626DRGB
rgb(234, 98, 109)HSL
hsl(355, 76%, 65%)OKLCH
oklch(0.67 0.168 18)CMYK
cmyk(0%, 58%, 53%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E64552
2#E22837
3#CC1C2B
4#AF1824
5#92141E
6#751018
7#580C12
8#3A080C
9#1D0406
Tints
Lighter variations
1#EC727C
2#EE818A
3#F09199
4#F2A1A8
5#F4B0B6
6#F6C0C5
7#F9D0D3
8#FBE0E2
9#FDEFF0
Tones
Muted variations
1#E36973
2#DC6F79
3#D5767E
4#CE7D84
5#C88489
6#C18B8F
7#BA9195
8#B3989A
9#AD9FA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F1989F | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33544 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B29 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1521 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0609 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F3;
--indian-red-100: #FBE0E2;
--indian-red-200: #F7C5C9;
--indian-red-300: #F1989F;
--indian-red-400: #EA626D;
--indian-red-500: #E33544;
--indian-red-600: #C51B29;
--indian-red-700: #9D1521;
--indian-red-800: #700F17;
--indian-red-900: #480A0F;
--indian-red-950: #2D0609;
}