Hot Pink
#F990A2
RedColor Codes
All color formats for development
HEX
#F990A2RGB
rgb(249, 144, 162)HSL
hsl(350, 90%, 77%)OKLCH
oklch(0.769 0.128 9.5)CMYK
cmyk(0%, 42%, 35%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76A82
2#F54562
3#F32043
4#E00C2F
5#BB0A27
6#95081F
7#700618
8#4B0410
9#250208
Tints
Lighter variations
1#FA9BAB
2#FAA6B4
3#FBB1BD
4#FBBCC7
5#FCC7D0
6#FDD2D9
7#FDDEE3
8#FEE9EC
9#FEF4F6
Tones
Muted variations
1#F495A5
2#EF9AA8
3#E99FAC
4#E4A5AF
5#DFAAB3
6#D9AFB6
7#D4B5BA
8#CFBABD
9#CABFC1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990A1 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65570 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42547 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B2D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0924 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79061A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0410 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F3;
--hot-pink-100: #FDDDE2;
--hot-pink-200: #FCC0CA;
--hot-pink-300: #F990A1;
--hot-pink-400: #F65570;
--hot-pink-500: #F42547;
--hot-pink-600: #D50B2D;
--hot-pink-700: #AA0924;
--hot-pink-800: #79061A;
--hot-pink-900: #4E0410;
--hot-pink-950: #30030A;
}