Deep Pink
#F12775
PinkColor Codes
All color formats for development
HEX
#F12775RGB
rgb(241, 39, 117)HSL
hsl(337, 88%, 55%)OKLCH
oklch(0.629 0.234 5.3)CMYK
cmyk(0%, 84%, 51%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F64
2#D30D59
3#B90C4E
4#9E0A43
5#840838
6#69072D
7#4F0521
8#350316
9#1A020B
Tints
Lighter variations
1#F33D83
2#F45290
3#F5689E
4#F77EAC
5#F893BA
6#F9A9C8
7#FBBED6
8#FCD4E3
9#FEE9F1
Tones
Muted variations
1#E73177
2#DD3B79
3#D3467C
4#C9507E
5#BF5A80
6#B56483
7#AB6E85
8#A07888
9#96828A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45793 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12775 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0520 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1F6;
--deep-pink-100: #FDDDE9;
--deep-pink-200: #FBC1D7;
--deep-pink-300: #F891B8;
--deep-pink-400: #F45793;
--deep-pink-500: #F12775;
--deep-pink-600: #D30D59;
--deep-pink-700: #A80B47;
--deep-pink-800: #780833;
--deep-pink-900: #4D0520;
--deep-pink-950: #300314;
}