Hot Pink
#F854B9
PinkColor Codes
All color formats for development
HEX
#F854B9RGB
rgb(248, 84, 185)HSL
hsl(323, 92%, 65%)OKLCH
oklch(0.697 0.222 346.5)CMYK
cmyk(0%, 66%, 25%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734AC
2#F5149F
3#DF098D
4#BF0879
5#9F0765
6#7F0551
7#5F043C
8#400328
9#200114
Tints
Lighter variations
1#F965C0
2#F976C7
3#FA87CE
4#FB98D5
5#FBA9DC
6#FCBAE3
7#FDCCEA
8#FEDDF1
9#FEEEF8
Tones
Muted variations
1#F05CB7
2#E764B5
3#DF6CB3
4#D774B1
5#CF7DAF
6#C785AD
7#BE8DAB
8#B695AA
9#AE9EA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ED1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854B9 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB076C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A054D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0332 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F9;
--hot-pink-100: #FEDDF1;
--hot-pink-200: #FCBFE5;
--hot-pink-300: #FA8ED1;
--hot-pink-400: #F854B9;
--hot-pink-500: #F623A5;
--hot-pink-600: #D70988;
--hot-pink-700: #AB076C;
--hot-pink-800: #7A054D;
--hot-pink-900: #4E0332;
--hot-pink-950: #31021F;
}