Hot Pink
#F198AE
RedColor Codes
All color formats for development
HEX
#F198AERGB
rgb(241, 152, 174)HSL
hsl(345, 76%, 77%)OKLCH
oklch(0.776 0.109 3.9)CMYK
cmyk(0%, 37%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7593
2#E75378
3#E3305D
4#CF1C49
5#AD183D
6#8A1331
7#680E25
8#450918
9#23050C
Tints
Lighter variations
1#F2A2B6
2#F4ACBE
3#F5B7C6
4#F7C1CE
5#F8CBD7
6#F9D6DF
7#FBE0E7
8#FCEAEF
9#FEF5F7
Tones
Muted variations
1#EC9CB0
2#E8A1B3
3#E4A5B5
4#DFAAB7
5#DBAEB9
6#D6B3BB
7#D2B7BE
8#CDBBC0
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198AE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6284 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33561 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1537 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A19 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0610 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F4;
--hot-pink-100: #FBE0E6;
--hot-pink-200: #F7C5D1;
--hot-pink-300: #F198AE;
--hot-pink-400: #EA6284;
--hot-pink-500: #E33561;
--hot-pink-600: #C51B46;
--hot-pink-700: #9D1537;
--hot-pink-800: #700F28;
--hot-pink-900: #480A19;
--hot-pink-950: #2D0610;
}