Deep Pink
#F7227E
PinkColor Codes
All color formats for development
HEX
#F7227ERGB
rgb(247, 34, 126)HSL
hsl(334, 93%, 55%)OKLCH
oklch(0.639 0.243 2.9)CMYK
cmyk(0%, 86%, 49%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4096F
2#D90862
3#BD0756
4#A2064A
5#87053D
6#6C0431
7#510325
8#360219
9#1B010C
Tints
Lighter variations
1#F8388B
2#F94E98
3#F964A5
4#FA7AB2
5#FB90BF
6#FCA6CB
7#FDBDD8
8#FDD3E5
9#FEE9F2
Tones
Muted variations
1#EC2C7F
2#E23781
3#D74282
4#CC4C84
5#C25785
6#B76287
7#AC6C88
8#A27789
9#97828B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EBD | BordersInactive statesPlaceholder text |
| 400 | F953 #F9539B | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7227E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC064E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0438 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0324 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF0F6;
--deep-pink-100: #FEDDEB;
--deep-pink-200: #FDBFDA;
--deep-pink-300: #FB8EBD;
--deep-pink-400: #F9539B;
--deep-pink-500: #F7227E;
--deep-pink-600: #D90862;
--deep-pink-700: #AC064E;
--deep-pink-800: #7B0438;
--deep-pink-900: #4F0324;
--deep-pink-950: #310216;
}