Indian Red
#E03865
PinkColor Codes
All color formats for development
HEX
#E03865RGB
rgb(224, 56, 101)HSL
hsl(344, 73%, 55%)OKLCH
oklch(0.607 0.204 10.4)CMYK
cmyk(0%, 75%, 55%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA2253
2#C21E4A
3#AA1B41
4#921737
5#79132E
6#610F25
7#490B1C
8#310812
9#180409
Tints
Lighter variations
1#E34C75
2#E66084
3#E97493
4#EC88A3
5#F09CB2
6#F3B0C1
7#F6C3D1
8#F9D7E0
9#FCEBF0
Tones
Muted variations
1#D84169
2#CF496D
3#C75271
4#BF5A75
5#B66279
6#AE6B7D
7#A57381
8#9D7B84
9#958488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76587 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03865 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E4A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A183B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E112A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B1B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0711 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F5;
--indian-red-100: #FAE0E7;
--indian-red-200: #F6C6D3;
--indian-red-300: #EF9AB0;
--indian-red-400: #E76587;
--indian-red-500: #E03865;
--indian-red-600: #C21E4A;
--indian-red-700: #9A183B;
--indian-red-800: #6E112A;
--indian-red-900: #470B1B;
--indian-red-950: #2C0711;
}