Indian Red
#EB6069
RedColor Codes
All color formats for development
HEX
#EB6069RGB
rgb(235, 96, 105)HSL
hsl(356, 78%, 65%)OKLCH
oklch(0.668 0.172 19.2)CMYK
cmyk(0%, 59%, 55%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8434E
2#E42532
3#CF1A26
4#B11620
5#94121B
6#760F15
7#590B10
8#3B070B
9#1E0405
Tints
Lighter variations
1#ED7078
2#EF8087
3#F19096
4#F3A0A5
5#F5B0B4
6#F7BFC3
7#F9CFD2
8#FBDFE1
9#FDEFF0
Tones
Muted variations
1#E4676F
2#DD6E75
3#D6757C
4#D07C82
5#C98388
6#C28A8E
7#BB9194
8#B4989A
9#AD9FA0
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 #F2979D | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6069 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6333F | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81924 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F141D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090D | 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: #F2979D;
--indian-red-400: #EB6069;
--indian-red-500: #E6333F;
--indian-red-600: #C81924;
--indian-red-700: #9F141D;
--indian-red-800: #710E15;
--indian-red-900: #49090D;
--indian-red-950: #2D0608;
}