Hot Pink
#F358A1
PinkColor Codes
All color formats for development
HEX
#F358A1RGB
rgb(243, 88, 161)HSL
hsl(332, 87%, 65%)OKLCH
oklch(0.685 0.201 354.6)CMYK
cmyk(0%, 64%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1398F
2#EF1A7E
3#D90F6D
4#BA0D5E
5#9B0B4E
6#7C093E
7#5D062F
8#3E041F
9#1F0210
Tints
Lighter variations
1#F569AA
2#F679B3
3#F78ABD
4#F89BC6
5#F9ACD0
6#FABCD9
7#FCCDE3
8#FDDEEC
9#FEEEF6
Tones
Muted variations
1#EC60A1
2#E468A2
3#DC6FA2
4#D477A3
5#CD7FA3
6#C587A4
7#BD8EA4
8#B596A5
9#AE9EA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791C1 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358A1 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02886 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #77083C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0526 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300318 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F7;
--hot-pink-100: #FDDEEC;
--hot-pink-200: #FBC1DC;
--hot-pink-300: #F791C1;
--hot-pink-400: #F358A1;
--hot-pink-500: #F02886;
--hot-pink-600: #D20F6A;
--hot-pink-700: #A70C54;
--hot-pink-800: #77083C;
--hot-pink-900: #4C0526;
--hot-pink-950: #300318;
}