Deep Pink
#F02893
PinkColor Codes
All color formats for development
HEX
#F02893RGB
rgb(240, 40, 147)HSL
hsl(328, 87%, 55%)OKLCH
oklch(0.637 0.242 354.8)CMYK
cmyk(0%, 83%, 39%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC1086
2#D20F77
3#B80D68
4#9D0B59
5#83094A
6#69073B
7#4F052D
8#34041E
9#1A020F
Tints
Lighter variations
1#F23E9E
2#F353A9
3#F569B3
4#F67EBE
5#F894C9
6#F9A9D4
7#FBBFDF
8#FCD4E9
9#FEEAF4
Tones
Muted variations
1#E63292
2#DC3C92
3#D24691
4#C85090
5#BE5A90
6#B4648F
7#AA6E8E
8#A0788E
9#96828D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791C8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358AB | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02893 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C052B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1F8;
--deep-pink-100: #FDDEEE;
--deep-pink-200: #FBC1E0;
--deep-pink-300: #F791C8;
--deep-pink-400: #F358AB;
--deep-pink-500: #F02893;
--deep-pink-600: #D20F77;
--deep-pink-700: #A70C5E;
--deep-pink-800: #770843;
--deep-pink-900: #4C052B;
--deep-pink-950: #30031B;
}