Indian Red
#EB6067
RedColor Codes
All color formats for development
HEX
#EB6067RGB
rgb(235, 96, 103)HSL
hsl(357, 78%, 65%)OKLCH
oklch(0.667 0.172 20)CMYK
cmyk(0%, 59%, 56%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8434B
2#E4252F
3#CF1A23
4#B1161E
5#941219
6#760F14
7#590B0F
8#3B070A
9#1E0405
Tints
Lighter variations
1#ED7076
2#EF8085
3#F19095
4#F3A0A4
5#F5B0B3
6#F7BFC2
7#F9CFD1
8#FBDFE1
9#FDEFF0
Tones
Muted variations
1#E4676D
2#DD6E74
3#D6757A
4#D07C80
5#C98386
6#C28A8D
7#BB9193
8#B49899
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F2979B | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6067 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6333C | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81921 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F141B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0608 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF1F2;
--indian-red-100: #FBDFE1;
--indian-red-200: #F8C4C7;
--indian-red-300: #F2979B;
--indian-red-400: #EB6067;
--indian-red-500: #E6333C;
--indian-red-600: #C81921;
--indian-red-700: #9F141B;
--indian-red-800: #710E13;
--indian-red-900: #49090C;
--indian-red-950: #2D0608;
}