Hot Pink
#F791A9
RedColor Codes
All color formats for development
HEX
#F791A9RGB
rgb(247, 145, 169)HSL
hsl(346, 86%, 77%)OKLCH
oklch(0.77 0.125 5.3)CMYK
cmyk(0%, 41%, 32%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46D8D
2#F14970
3#EF2454
4#DB1040
5#B70E35
6#920B2B
7#6E0820
8#490515
9#25030B
Tints
Lighter variations
1#F89DB2
2#F8A8BB
3#F9B3C3
4#FABECC
5#FBC8D4
6#FCD3DD
7#FDDEE5
8#FDE9EE
9#FEF4F6
Tones
Muted variations
1#F297AC
2#ED9CAF
3#E8A1B2
4#E3A6B4
5#DEABB7
6#D9B0BA
7#D3B5BC
8#CEBABF
9#C9BFC2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792A9 | BordersInactive statesPlaceholder text |
| 400 | F359 #F3597D | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2A58 | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D1103D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C0616 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F4;
--hot-pink-100: #FDDEE5;
--hot-pink-200: #FAC1CF;
--hot-pink-300: #F792A9;
--hot-pink-400: #F3597D;
--hot-pink-500: #EF2A58;
--hot-pink-600: #D1103D;
--hot-pink-700: #A60C30;
--hot-pink-800: #770923;
--hot-pink-900: #4C0616;
--hot-pink-950: #2F040E;
}