Indian Red
#E33564
PinkColor Codes
All color formats for development
HEX
#E33564RGB
rgb(227, 53, 100)HSL
hsl(344, 76%, 55%)OKLCH
oklch(0.61 0.209 10.8)CMYK
cmyk(0%, 77%, 56%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E51
2#C51B48
3#AD183F
4#941436
5#7B112D
6#630D24
7#4A0A1B
8#310712
9#190309
Tints
Lighter variations
1#E64973
2#E95D83
3#EC7292
4#EE86A2
5#F19AB1
6#F4AEC1
7#F7C2D0
8#F9D7E0
9#FCEBEF
Tones
Muted variations
1#DB3E68
2#D2466C
3#C94F70
4#C15874
5#B86178
6#AF697C
7#A67280
8#9E7B84
9#958488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6286 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33564 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D153A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0610 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F5;
--indian-red-100: #FBE0E7;
--indian-red-200: #F7C5D2;
--indian-red-300: #F198B0;
--indian-red-400: #EA6286;
--indian-red-500: #E33564;
--indian-red-600: #C51B48;
--indian-red-700: #9D153A;
--indian-red-800: #700F29;
--indian-red-900: #480A1A;
--indian-red-950: #2D0610;
}