Hot Pink
#F85490
PinkColor Codes
All color formats for development
HEX
#F85490RGB
rgb(248, 84, 144)HSL
hsl(338, 92%, 65%)OKLCH
oklch(0.683 0.205 1.7)CMYK
cmyk(0%, 66%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7347B
2#F51467
3#DF0958
4#BF084B
5#9F073F
6#7F0532
7#5F0426
8#400319
9#20010D
Tints
Lighter variations
1#F9659B
2#F976A6
3#FA87B1
4#FB98BC
5#FBA9C7
6#FCBAD3
7#FDCCDE
8#FEDDE9
9#FEEEF4
Tones
Muted variations
1#F05C92
2#E76494
3#DF6C96
4#D77499
5#CF7D9B
6#C7859D
7#BE8D9F
8#B695A1
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85490 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62370 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70955 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F5;
--hot-pink-100: #FEDDE9;
--hot-pink-200: #FCBFD6;
--hot-pink-300: #FA8EB6;
--hot-pink-400: #F85490;
--hot-pink-500: #F62370;
--hot-pink-600: #D70955;
--hot-pink-700: #AB0743;
--hot-pink-800: #7A0530;
--hot-pink-900: #4E031F;
--hot-pink-950: #310213;
}