Hot Pink
#F396A5
RedColor Codes
All color formats for development
HEX
#F396A5RGB
rgb(243, 150, 165)HSL
hsl(350, 79%, 77%)OKLCH
oklch(0.772 0.113 9.6)CMYK
cmyk(0%, 38%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7387
2#EA506A
3#E62D4C
4#D31938
5#B0152E
6#8D1025
7#690C1C
8#460813
9#230409
Tints
Lighter variations
1#F4A1AE
2#F5ABB7
3#F6B6C0
4#F8C0C9
5#F9CBD2
6#FAD5DB
7#FBE0E4
8#FDEAED
9#FEF5F6
Tones
Muted variations
1#EE9BA9
2#E99FAC
3#E5A4AF
4#E0A9B2
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 | F8C4 #F8C4CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396A5 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F77 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73250 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91835 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0132A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490913 | 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: #F8C4CC;
--hot-pink-300: #F396A5;
--hot-pink-400: #EC5F77;
--hot-pink-500: #E73250;
--hot-pink-600: #C91835;
--hot-pink-700: #A0132A;
--hot-pink-800: #720D1E;
--hot-pink-900: #490913;
--hot-pink-950: #2E050C;
}