Hot Pink
#F494A3
RedColor Codes
All color formats for development
HEX
#F494A3RGB
rgb(244, 148, 163)HSL
hsl(351, 81%, 77%)OKLCH
oklch(0.77 0.117 10.1)CMYK
cmyk(0%, 39%, 33%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07184
2#EC4E66
3#E92A47
4#D51633
5#B2132B
6#8E0F22
7#6B0B1A
8#470711
9#240409
Tints
Lighter variations
1#F59FAC
2#F6AAB5
3#F7B5BF
4#F8BFC8
5#F9CAD1
6#FBD5DA
7#FCDFE3
8#FDEAED
9#FEF4F6
Tones
Muted variations
1#EF9AA6
2#EA9EAA
3#E6A3AD
4#E1A8B0
5#DCADB4
6#D7B1B7
7#D3B6BA
8#CEBBBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495A3 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D73 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F4B | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1531 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21127 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0812 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F3;
--hot-pink-100: #FCDFE3;
--hot-pink-200: #F9C3CB;
--hot-pink-300: #F495A3;
--hot-pink-400: #EE5D73;
--hot-pink-500: #E92F4B;
--hot-pink-600: #CB1531;
--hot-pink-700: #A21127;
--hot-pink-800: #730C1C;
--hot-pink-900: #4A0812;
--hot-pink-950: #2E050B;
}