Deep Pink
#F02875
PinkColor Codes
All color formats for development
HEX
#F02875RGB
rgb(240, 40, 117)HSL
hsl(337, 87%, 55%)OKLCH
oklch(0.628 0.233 5.2)CMYK
cmyk(0%, 83%, 51%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC1065
2#D20F59
3#B80D4E
4#9D0B43
5#830938
6#69072D
7#4F0522
8#340416
9#1A020B
Tints
Lighter variations
1#F23E83
2#F35391
3#F5699E
4#F67EAC
5#F894BA
6#F9A9C8
7#FBBFD6
8#FCD4E3
9#FEEAF1
Tones
Muted variations
1#E63277
2#DC3C7A
3#D2467C
4#C8507E
5#BE5A81
6#B46483
7#AA6E85
8#A07888
9#96828A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791B8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35894 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02875 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0521 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1F6;
--deep-pink-100: #FDDEEA;
--deep-pink-200: #FBC1D7;
--deep-pink-300: #F791B8;
--deep-pink-400: #F35894;
--deep-pink-500: #F02875;
--deep-pink-600: #D20F59;
--deep-pink-700: #A70C47;
--deep-pink-800: #770833;
--deep-pink-900: #4C0521;
--deep-pink-950: #300314;
}