Deep Pink
#F22693
PinkColor Codes
All color formats for development
HEX
#F22693RGB
rgb(242, 38, 147)HSL
hsl(328, 89%, 55%)OKLCH
oklch(0.639 0.244 355.1)CMYK
cmyk(0%, 84%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF0E86
2#D40C77
3#BA0B68
4#9F0959
5#85084A
6#6A063B
7#50052D
8#35031E
9#1B020F
Tints
Lighter variations
1#F43C9E
2#F551A9
3#F667B3
4#F77DBE
5#F993C9
6#FAA8D4
7#FBBEDF
8#FCD4E9
9#FEE9F4
Tones
Muted variations
1#E83092
2#DE3B92
3#D44591
4#CA4F90
5#BF5990
6#B5638F
7#AB6E8E
8#A1788E
9#96828D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990C8 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556AB | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22693 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780744 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D042B | 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: #FDDDEE;
--deep-pink-200: #FBC0E0;
--deep-pink-300: #F990C8;
--deep-pink-400: #F556AB;
--deep-pink-500: #F22693;
--deep-pink-600: #D40C77;
--deep-pink-700: #A90A5F;
--deep-pink-800: #780744;
--deep-pink-900: #4D042B;
--deep-pink-950: #30031B;
}