Hot Pink
#F395A7
RedColor Codes
All color formats for development
HEX
#F395A7RGB
rgb(243, 149, 167)HSL
hsl(349, 80%, 77%)OKLCH
oklch(0.771 0.115 7.7)CMYK
cmyk(0%, 39%, 31%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7289
2#EB4F6B
3#E72B4E
4#D4183A
5#B11430
6#8D1027
7#6A0C1D
8#470813
9#23040A
Tints
Lighter variations
1#F4A0AF
2#F6ABB8
3#F7B5C1
4#F8C0CA
5#F9CAD3
6#FAD5DC
7#FBDFE4
8#FDEAED
9#FEF4F6
Tones
Muted variations
1#EF9AAA
2#EA9FAD
3#E5A4B0
4#E1A8B3
5#DCADB5
6#D7B2B8
7#D2B6BB
8#CEBBBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E79 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83052 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1637 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1122C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490814 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F3;
--hot-pink-100: #FBDFE4;
--hot-pink-200: #F8C3CD;
--hot-pink-300: #F395A7;
--hot-pink-400: #ED5E79;
--hot-pink-500: #E83052;
--hot-pink-600: #CA1637;
--hot-pink-700: #A1122C;
--hot-pink-800: #730D1F;
--hot-pink-900: #490814;
--hot-pink-950: #2E050D;
}