Hot Pink
#ED5E97
PinkColor Codes
All color formats for development
HEX
#ED5E97RGB
rgb(237, 94, 151)HSL
hsl(336, 80%, 65%)OKLCH
oklch(0.68 0.184 358.4)CMYK
cmyk(0%, 60%, 36%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4184
2#E72371
3#D11761
4#B31454
5#951146
6#770D38
7#5A0A2A
8#3C071C
9#1E030E
Tints
Lighter variations
1#EF6EA2
2#F17EAC
3#F38FB7
4#F49FC1
5#F6AFCB
6#F8BFD6
7#FACFE0
8#FBDFEA
9#FDEFF5
Tones
Muted variations
1#E66599
2#DF6D9A
3#D8749C
4#D17B9D
5#C9829F
6#C289A0
7#BB90A1
8#B497A3
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395BB | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E97 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8307A | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA165E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1124B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490822 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0515 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFEA;
--hot-pink-200: #F8C3D9;
--hot-pink-300: #F395BB;
--hot-pink-400: #ED5E97;
--hot-pink-500: #E8307A;
--hot-pink-600: #CA165E;
--hot-pink-700: #A1124B;
--hot-pink-800: #730D36;
--hot-pink-900: #490822;
--hot-pink-950: #2E0515;
}