Hot Pink
#F457AE
PinkColor Codes
All color formats for development
HEX
#F457AERGB
rgb(244, 87, 174)HSL
hsl(327, 88%, 65%)OKLCH
oklch(0.69 0.209 349.7)CMYK
cmyk(0%, 64%, 29%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2389E
2#F0198F
3#DA0E7E
4#BB0C6C
5#9C0A5A
6#7D0848
7#5D0636
8#3E0424
9#1F0212
Tints
Lighter variations
1#F568B6
2#F679BE
3#F88AC6
4#F99ACE
5#FAABD6
6#FBBCDE
7#FCCDE7
8#FDDDEF
9#FEEEF7
Tones
Muted variations
1#EC5FAD
2#E567AC
3#DD6FAB
4#D577AA
5#CD7EAA
6#C586A9
7#BD8EA8
8#B596A7
9#AE9EA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CA | BordersInactive statesPlaceholder text |
| 400 | F457 #F457AE | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12796 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F8;
--hot-pink-100: #FDDDEF;
--hot-pink-200: #FBC1E1;
--hot-pink-300: #F891CA;
--hot-pink-400: #F457AE;
--hot-pink-500: #F12796;
--hot-pink-600: #D30D7A;
--hot-pink-700: #A80B61;
--hot-pink-800: #780845;
--hot-pink-900: #4D052C;
--hot-pink-950: #30031C;
}