Deep Pink
#F722A5
PinkColor Codes
All color formats for development
HEX
#F722A5RGB
rgb(247, 34, 165)HSL
hsl(323, 93%, 55%)OKLCH
oklch(0.653 0.258 350.2)CMYK
cmyk(0%, 86%, 33%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4099A
2#D90889
3#BD0777
4#A20666
5#870555
6#6C0444
7#510333
8#360222
9#1B0111
Tints
Lighter variations
1#F838AE
2#F94EB7
3#F964C0
4#FA7AC9
5#FB90D2
6#FCA6DB
7#FDBDE4
8#FDD3ED
9#FEE9F6
Tones
Muted variations
1#EC2CA3
2#E237A0
3#D7429E
4#CC4C9B
5#C25799
6#B76296
7#AC6C94
8#A27791
9#97828F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8ED1 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953B9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC066D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B044E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0332 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF0F9;
--deep-pink-100: #FEDDF1;
--deep-pink-200: #FDBFE5;
--deep-pink-300: #FB8ED1;
--deep-pink-400: #F953B9;
--deep-pink-500: #F722A5;
--deep-pink-600: #D90889;
--deep-pink-700: #AC066D;
--deep-pink-800: #7B044E;
--deep-pink-900: #4F0332;
--deep-pink-950: #31021F;
}