Deep Pink
#F722B0
PinkColor Codes
All color formats for development
HEX
#F722B0RGB
rgb(247, 34, 176)HSL
hsl(320, 93%, 55%)OKLCH
oklch(0.657 0.263 346.8)CMYK
cmyk(0%, 86%, 29%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409A5
2#D90893
3#BD0781
4#A2066E
5#87055C
6#6C0449
7#510337
8#360225
9#1B0112
Tints
Lighter variations
1#F838B8
2#F94EC0
3#F964C8
4#FA7ACF
5#FB90D7
6#FCA6DF
7#FDBDE7
8#FDD3EF
9#FEE9F7
Tones
Muted variations
1#EC2CAC
2#E237A9
3#D742A5
4#CC4CA2
5#C2579E
6#B7629A
7#AC6C97
8#A27793
9#978290
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8ED7 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953C1 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0675 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0454 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0335 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF0FA;
--deep-pink-100: #FEDDF3;
--deep-pink-200: #FDBFE8;
--deep-pink-300: #FB8ED7;
--deep-pink-400: #F953C1;
--deep-pink-500: #F722B0;
--deep-pink-600: #D90893;
--deep-pink-700: #AC0675;
--deep-pink-800: #7B0454;
--deep-pink-900: #4F0335;
--deep-pink-950: #310221;
}