Hot Pink
#F297A6
RedColor Codes
All color formats for development
HEX
#F297A6RGB
rgb(242, 151, 166)HSL
hsl(350, 78%, 77%)OKLCH
oklch(0.773 0.11 9.3)CMYK
cmyk(0%, 38%, 31%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7488
2#E9516A
3#E52E4C
4#D21A39
5#AF162F
6#8C1126
7#690D1C
8#460913
9#230409
Tints
Lighter variations
1#F3A1AF
2#F5ABB8
3#F6B6C1
4#F7C0CA
5#F9CBD2
6#FAD5DB
7#FBE0E4
8#FCEAED
9#FEF5F6
Tones
Muted variations
1#EE9BA9
2#E9A0AC
3#E4A4AF
4#E0A9B2
5#DBADB5
6#D7B2B8
7#D2B7BB
8#CDBBBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A6 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6077 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63351 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F142B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490914 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F3;
--hot-pink-100: #FBDFE4;
--hot-pink-200: #F8C4CD;
--hot-pink-300: #F297A6;
--hot-pink-400: #EB6077;
--hot-pink-500: #E63351;
--hot-pink-600: #C81936;
--hot-pink-700: #9F142B;
--hot-pink-800: #710E1F;
--hot-pink-900: #490914;
--hot-pink-950: #2D060C;
}