Indian Red
#E6336B
PinkColor Codes
All color formats for development
HEX
#E6336BRGB
rgb(230, 51, 107)HSL
hsl(341, 78%, 55%)OKLCH
oklch(0.615 0.214 8.3)CMYK
cmyk(0%, 78%, 53%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11C5A
2#C81950
3#AF1646
4#96133C
5#7D0F32
6#640C28
7#4B091E
8#320614
9#19030A
Tints
Lighter variations
1#E8477A
2#EB5C89
3#ED7098
4#F084A6
5#F299B5
6#F5ADC4
7#F7C2D3
8#FAD6E1
9#FCEBF0
Tones
Muted variations
1#DD3C6F
2#D44572
3#CB4E75
4#C25779
5#B95F7C
6#B0687F
7#A77182
8#9E7A86
9#958389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1440 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091D | 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: #FDF1F5;
--indian-red-100: #FBDFE8;
--indian-red-200: #F8C4D4;
--indian-red-300: #F297B4;
--indian-red-400: #EB608C;
--indian-red-500: #E6336B;
--indian-red-600: #C81950;
--indian-red-700: #9F1440;
--indian-red-800: #710E2E;
--indian-red-900: #49091D;
--indian-red-950: #2D0612;
}