Hot Pink
#F395A4
RedColor Codes
All color formats for development
HEX
#F395A4RGB
rgb(243, 149, 164)HSL
hsl(350, 80%, 77%)OKLCH
oklch(0.77 0.114 9.8)CMYK
cmyk(0%, 39%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7287
2#EB4F69
3#E72B4B
4#D41837
5#B1142E
6#8D1025
7#6A0C1B
8#470812
9#230409
Tints
Lighter variations
1#F4A0AE
2#F6ABB7
3#F7B5C0
4#F8C0C9
5#F9CAD2
6#FAD5DB
7#FBDFE4
8#FDEAED
9#FEF4F6
Tones
Muted variations
1#EF9AA8
2#EA9FAB
3#E5A4AE
4#E1A8B2
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 #F8C3CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E76 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8304F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1634 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1122A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490813 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050C | 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: #F8C3CC;
--hot-pink-300: #F395A5;
--hot-pink-400: #ED5E76;
--hot-pink-500: #E8304F;
--hot-pink-600: #CA1634;
--hot-pink-700: #A1122A;
--hot-pink-800: #730D1E;
--hot-pink-900: #490813;
--hot-pink-950: #2E050C;
}