Deep Pink
#F1279A
PinkColor Codes
All color formats for development
HEX
#F1279ARGB
rgb(241, 39, 154)HSL
hsl(326, 88%, 55%)OKLCH
oklch(0.641 0.246 352.6)CMYK
cmyk(0%, 84%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F8D
2#D30D7D
3#B90C6E
4#9E0A5E
5#84084E
6#69073F
7#4F052F
8#35031F
9#1A0210
Tints
Lighter variations
1#F33DA4
2#F452AE
3#F568B8
4#F77EC2
5#F893CC
6#F9A9D6
7#FBBEE1
8#FCD4EB
9#FEE9F5
Tones
Muted variations
1#E73198
2#DD3B97
3#D34696
4#C95094
5#BF5A93
6#B56492
7#AB6E90
8#A0788F
9#96828E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1279A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1F8;
--deep-pink-100: #FDDDEF;
--deep-pink-200: #FBC1E2;
--deep-pink-300: #F891CB;
--deep-pink-400: #F457B0;
--deep-pink-500: #F1279A;
--deep-pink-600: #D30D7D;
--deep-pink-700: #A80B64;
--deep-pink-800: #780847;
--deep-pink-900: #4D052E;
--deep-pink-950: #30031C;
}