Indian Red
#E33575
PinkColor Codes
All color formats for development
HEX
#E33575RGB
rgb(227, 53, 117)HSL
hsl(338, 76%, 55%)OKLCH
oklch(0.614 0.212 4.2)CMYK
cmyk(0%, 77%, 48%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E65
2#C51B59
3#AD184E
4#941443
5#7B1138
6#630D2D
7#4A0A22
8#310716
9#19030B
Tints
Lighter variations
1#E64983
2#E95D91
3#EC729E
4#EE86AC
5#F19ABA
6#F4AEC8
7#F7C2D6
8#F9D7E3
9#FCEBF1
Tones
Muted variations
1#DB3E77
2#D2467A
3#C94F7C
4#C1587E
5#B86181
6#AF6983
7#A67285
8#9E7B88
9#95848A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6294 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33575 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1547 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A21 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F6;
--indian-red-100: #FBE0EA;
--indian-red-200: #F7C5D7;
--indian-red-300: #F198B8;
--indian-red-400: #EA6294;
--indian-red-500: #E33575;
--indian-red-600: #C51B59;
--indian-red-700: #9D1547;
--indian-red-800: #700F33;
--indian-red-900: #480A21;
--indian-red-950: #2D0614;
}