Hot Pink
#F297AD
RedColor Codes
All color formats for development
HEX
#F297ADRGB
rgb(242, 151, 173)HSL
hsl(345, 78%, 77%)OKLCH
oklch(0.775 0.112 4.3)CMYK
cmyk(0%, 38%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7492
2#E95177
3#E52E5C
4#D21A48
5#AF163C
6#8C1130
7#690D24
8#460918
9#23040C
Tints
Lighter variations
1#F3A1B6
2#F5ABBE
3#F6B6C6
4#F7C0CE
5#F9CBD6
6#FAD5DE
7#FBE0E7
8#FCEAEF
9#FEF5F7
Tones
Muted variations
1#EE9BB0
2#E9A0B2
3#E4A4B4
4#E0A9B7
5#DBADB9
6#D7B2BB
7#D2B7BD
8#CDBBC0
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297AD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6083 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6335F | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1436 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490919 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0610 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F4;
--hot-pink-100: #FBDFE6;
--hot-pink-200: #F8C4D1;
--hot-pink-300: #F297AD;
--hot-pink-400: #EB6083;
--hot-pink-500: #E6335F;
--hot-pink-600: #C81944;
--hot-pink-700: #9F1436;
--hot-pink-800: #710E27;
--hot-pink-900: #490919;
--hot-pink-950: #2D0610;
}