Hot Pink
#F85495
PinkColor Codes
All color formats for development
HEX
#F85495RGB
rgb(248, 84, 149)HSL
hsl(336, 92%, 65%)OKLCH
oklch(0.685 0.206 359.8)CMYK
cmyk(0%, 66%, 40%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73482
2#F5146E
3#DF095F
4#BF0851
5#9F0744
6#7F0536
7#5F0429
8#40031B
9#20010E
Tints
Lighter variations
1#F965A0
2#F976AA
3#FA87B5
4#FB98C0
5#FBA9CA
6#FCBAD5
7#FDCCDF
8#FEDDEA
9#FEEEF4
Tones
Muted variations
1#F05C97
2#E76499
3#DF6C9A
4#D7749C
5#CF7D9E
6#C7859F
7#BE8DA1
8#B695A2
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EBA | BordersInactive statesPlaceholder text |
| 400 | F854 #F85495 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62377 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7095C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0749 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0534 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0321 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310215 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F6;
--hot-pink-100: #FEDDEA;
--hot-pink-200: #FCBFD8;
--hot-pink-300: #FA8EBA;
--hot-pink-400: #F85495;
--hot-pink-500: #F62377;
--hot-pink-600: #D7095C;
--hot-pink-700: #AB0749;
--hot-pink-800: #7A0534;
--hot-pink-900: #4E0321;
--hot-pink-950: #310215;
}