Indian Red
#E3356C
PinkColor Codes
All color formats for development
HEX
#E3356CRGB
rgb(227, 53, 108)HSL
hsl(341, 76%, 55%)OKLCH
oklch(0.612 0.21 7.7)CMYK
cmyk(0%, 77%, 52%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E5B
2#C51B51
3#AD1847
4#94143D
5#7B1133
6#630D28
7#4A0A1E
8#310714
9#19030A
Tints
Lighter variations
1#E6497B
2#E95D8A
3#EC7298
4#EE86A7
5#F19AB6
6#F4AEC4
7#F7C2D3
8#F9D7E2
9#FCEBF0
Tones
Muted variations
1#DB3E6F
2#D24673
3#C94F76
4#C15879
5#B8617C
6#AF697F
7#A67283
8#9E7B86
9#958489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356C | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1540 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indian-red-50: #FDF2F5;
--indian-red-100: #FBE0E8;
--indian-red-200: #F7C5D5;
--indian-red-300: #F198B4;
--indian-red-400: #EA628D;
--indian-red-500: #E3356C;
--indian-red-600: #C51B51;
--indian-red-700: #9D1540;
--indian-red-800: #700F2E;
--indian-red-900: #480A1D;
--indian-red-950: #2D0612;
}