Hot Pink
#F457A3
PinkColor Codes
All color formats for development
HEX
#F457A3RGB
rgb(244, 87, 163)HSL
hsl(331, 88%, 65%)OKLCH
oklch(0.686 0.204 353.9)CMYK
cmyk(0%, 64%, 33%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23892
2#F01981
3#DA0E71
4#BB0C61
5#9C0A50
6#7D0840
7#5D0630
8#3E0420
9#1F0210
Tints
Lighter variations
1#F568AC
2#F679B6
3#F88ABF
4#F99AC8
5#FAABD1
6#FBBCDA
7#FCCDE3
8#FDDDED
9#FEEEF6
Tones
Muted variations
1#EC5FA3
2#E567A4
3#DD6FA4
4#D577A4
5#CD7EA4
6#C586A5
7#BD8EA5
8#B596A5
9#AE9EA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891C3 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457A3 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12789 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78083E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0528 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300319 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F7;
--hot-pink-100: #FDDDED;
--hot-pink-200: #FBC1DD;
--hot-pink-300: #F891C3;
--hot-pink-400: #F457A3;
--hot-pink-500: #F12789;
--hot-pink-600: #D30D6D;
--hot-pink-700: #A80B57;
--hot-pink-800: #78083E;
--hot-pink-900: #4D0528;
--hot-pink-950: #300319;
}