Deep Pink
#F1276E
PinkColor Codes
All color formats for development
HEX
#F1276ERGB
rgb(241, 39, 110)HSL
hsl(339, 88%, 55%)OKLCH
oklch(0.627 0.233 7.7)CMYK
cmyk(0%, 84%, 54%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F5D
2#D30D53
3#B90C48
4#9E0A3E
5#840834
6#690729
7#4F051F
8#350315
9#1A020A
Tints
Lighter variations
1#F33D7C
2#F4528B
3#F56899
4#F77EA8
5#F893B6
6#F9A9C5
7#FBBED3
8#FCD4E2
9#FEE9F0
Tones
Muted variations
1#E73171
2#DD3B74
3#D34677
4#C9507A
5#BF5A7D
6#B56480
7#AB6E83
8#A07886
9#968289
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4578E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1276E | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1F5;
--deep-pink-100: #FDDDE8;
--deep-pink-200: #FBC1D5;
--deep-pink-300: #F891B5;
--deep-pink-400: #F4578E;
--deep-pink-500: #F1276E;
--deep-pink-600: #D30D53;
--deep-pink-700: #A80B42;
--deep-pink-800: #78082F;
--deep-pink-900: #4D051E;
--deep-pink-950: #300313;
}