Deep Pink
#F62370
PinkColor Codes
All color formats for development
HEX
#F62370RGB
rgb(246, 35, 112)HSL
hsl(338, 92%, 55%)OKLCH
oklch(0.634 0.239 7.5)CMYK
cmyk(0%, 86%, 54%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20A5F
2#D70955
3#BC084A
4#A20740
5#870635
6#6C042A
7#510320
8#360215
9#1B010B
Tints
Lighter variations
1#F7397E
2#F84F8D
3#F9659B
4#F97BA9
5#FA91B8
6#FBA7C6
7#FCBDD4
8#FDD3E2
9#FEE9F1
Tones
Muted variations
1#EB2D73
2#E13876
3#D64279
4#CC4D7B
5#C1577E
6#B66281
7#AC6D84
8#A17787
9#978289
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85490 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62370 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70955 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF0F5;
--deep-pink-100: #FEDDE9;
--deep-pink-200: #FCBFD6;
--deep-pink-300: #FA8EB6;
--deep-pink-400: #F85490;
--deep-pink-500: #F62370;
--deep-pink-600: #D70955;
--deep-pink-700: #AB0743;
--deep-pink-800: #7A0530;
--deep-pink-900: #4E031F;
--deep-pink-950: #310213;
}