Hot Pink
#EE5D95
PinkColor Codes
All color formats for development
HEX
#EE5D95RGB
rgb(238, 93, 149)HSL
hsl(337, 81%, 65%)OKLCH
oklch(0.68 0.185 359.3)CMYK
cmyk(0%, 61%, 37%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F81
2#E8216D
3#D2165E
4#B41351
5#961043
6#780D36
7#5A0928
8#3C061B
9#1E030D
Tints
Lighter variations
1#F06E9F
2#F17EAA
3#F38EB5
4#F59EBF
5#F7AECA
6#F8BED5
7#FACFDF
8#FCDFEA
9#FDEFF4
Tones
Muted variations
1#E76597
2#E06C98
3#D8739A
4#D17A9C
5#CA829D
6#C3899F
7#BB90A1
8#B497A2
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495B9 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D95 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F77 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB155B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21148 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0821 | 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: #FEF1F6;
--hot-pink-100: #FCDFEA;
--hot-pink-200: #F9C3D8;
--hot-pink-300: #F495B9;
--hot-pink-400: #EE5D95;
--hot-pink-500: #E92F77;
--hot-pink-600: #CB155B;
--hot-pink-700: #A21148;
--hot-pink-800: #730C34;
--hot-pink-900: #4A0821;
--hot-pink-950: #2E0515;
}