Hot Pink
#F358B8
PinkColor Codes
All color formats for development
HEX
#F358B8RGB
rgb(243, 88, 184)HSL
hsl(323, 87%, 65%)OKLCH
oklch(0.694 0.213 345.9)CMYK
cmyk(0%, 64%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F139AB
2#EF1A9D
3#D90F8C
4#BA0D78
5#9B0B64
6#7C0950
7#5D063C
8#3E0428
9#1F0214
Tints
Lighter variations
1#F569BF
2#F679C6
3#F78ACD
4#F89BD4
5#F9ACDB
6#FABCE3
7#FCCDEA
8#FDDEF1
9#FEEEF8
Tones
Muted variations
1#EC60B6
2#E468B4
3#DC6FB2
4#D477B1
5#CD7FAF
6#C587AD
7#BD8EAB
8#B596A9
9#AE9EA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791D0 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358B8 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #77084D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0531 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F9;
--hot-pink-100: #FDDEF1;
--hot-pink-200: #FBC1E5;
--hot-pink-300: #F791D0;
--hot-pink-400: #F358B8;
--hot-pink-500: #F028A4;
--hot-pink-600: #D20F87;
--hot-pink-700: #A70C6B;
--hot-pink-800: #77084D;
--hot-pink-900: #4C0531;
--hot-pink-950: #30031F;
}