Hot Pink
#F692A1
RedColor Codes
All color formats for development
HEX
#F692A1RGB
rgb(246, 146, 161)HSL
hsl(351, 85%, 77%)OKLCH
oklch(0.768 0.121 10.7)CMYK
cmyk(0%, 41%, 35%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F36E82
2#F04A63
3#ED2643
4#DA1230
5#B60F28
6#910C20
7#6D0918
8#490610
9#240308
Tints
Lighter variations
1#F79DAB
2#F8A8B4
3#F9B3BE
4#FABEC7
5#FBC9D0
6#FBD4DA
7#FCDEE3
8#FDE9EC
9#FEF4F6
Tones
Muted variations
1#F197A5
2#EC9CA8
3#E7A1AC
4#E2A6AF
5#DDABB3
6#D8B0B6
7#D3B5BA
8#CEBABD
9#C9BFC1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692A1 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A71 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B48 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0112D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0611 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F3;
--hot-pink-100: #FCDEE3;
--hot-pink-200: #FAC2CA;
--hot-pink-300: #F692A1;
--hot-pink-400: #F25A71;
--hot-pink-500: #EE2B48;
--hot-pink-600: #D0112D;
--hot-pink-700: #A50D24;
--hot-pink-800: #760A1A;
--hot-pink-900: #4B0611;
--hot-pink-950: #2F040A;
}