Hot Pink
#F395A2
RedColor Codes
All color formats for development
HEX
#F395A2RGB
rgb(243, 149, 162)HSL
hsl(352, 80%, 77%)OKLCH
oklch(0.77 0.114 11.1)CMYK
cmyk(0%, 39%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7283
2#EB4F64
3#E72B44
4#D41831
5#B11429
6#8D1020
7#6A0C18
8#470810
9#230408
Tints
Lighter variations
1#F4A0AB
2#F6ABB5
3#F7B5BE
4#F8C0C7
5#F9CAD0
6#FAD5DA
7#FBDFE3
8#FDEAEC
9#FEF4F6
Tones
Muted variations
1#EF9AA5
2#EA9FA9
3#E5A4AC
4#E1A8B0
5#DCADB3
6#D7B2B7
7#D2B6BA
8#CEBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E71 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83049 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA162E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11225 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490811 | 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: #FDF1F3;
--hot-pink-100: #FBDFE3;
--hot-pink-200: #F8C3CA;
--hot-pink-300: #F395A2;
--hot-pink-400: #ED5E71;
--hot-pink-500: #E83049;
--hot-pink-600: #CA162E;
--hot-pink-700: #A11225;
--hot-pink-800: #730D1A;
--hot-pink-900: #490811;
--hot-pink-950: #2E050B;
}