Indian Red
#E3355E
RedColor Codes
All color formats for development
HEX
#E3355ERGB
rgb(227, 53, 94)HSL
hsl(346, 76%, 55%)OKLCH
oklch(0.608 0.209 13)CMYK
cmyk(0%, 77%, 59%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E4B
2#C51B43
3#AD183A
4#941432
5#7B112A
6#630D21
7#4A0A19
8#310711
9#190308
Tints
Lighter variations
1#E6496E
2#E95D7E
3#EC728E
4#EE869E
5#F19AAE
6#F4AEBE
7#F7C2CF
8#F9D7DF
9#FCEBEF
Tones
Muted variations
1#DB3E62
2#D24667
3#C94F6C
4#C15870
5#B86175
6#AF697A
7#A6727E
8#9E7B83
9#958488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198AD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6282 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3355E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B43 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1535 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A18 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F4;
--indian-red-100: #FBE0E6;
--indian-red-200: #F7C5D0;
--indian-red-300: #F198AD;
--indian-red-400: #EA6282;
--indian-red-500: #E3355E;
--indian-red-600: #C51B43;
--indian-red-700: #9D1535;
--indian-red-800: #700F26;
--indian-red-900: #480A18;
--indian-red-950: #2D060F;
}