Hot Pink
#F791A1
RedColor Codes
All color formats for development
HEX
#F791A1RGB
rgb(247, 145, 161)HSL
hsl(351, 86%, 77%)OKLCH
oklch(0.768 0.124 10.3)CMYK
cmyk(0%, 41%, 35%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46D82
2#F14962
3#EF2443
4#DB102F
5#B70E27
6#920B1F
7#6E0817
8#490510
9#250308
Tints
Lighter variations
1#F89DAA
2#F8A8B4
3#F9B3BD
4#FABEC7
5#FBC8D0
6#FCD3D9
7#FDDEE3
8#FDE9EC
9#FEF4F6
Tones
Muted variations
1#F297A5
2#ED9CA8
3#E8A1AC
4#E3A6AF
5#DEABB3
6#D9B0B6
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 | FDDE #FDDEE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792A1 | BordersInactive statesPlaceholder text |
| 400 | F359 #F35970 | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2A47 | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D1102D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770919 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C0610 | 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: #FDDEE2;
--hot-pink-200: #FAC1CA;
--hot-pink-300: #F792A1;
--hot-pink-400: #F35970;
--hot-pink-500: #EF2A47;
--hot-pink-600: #D1102D;
--hot-pink-700: #A60C24;
--hot-pink-800: #770919;
--hot-pink-900: #4C0610;
--hot-pink-950: #2F040A;
}