Deep Pink
#F127CC
PinkColor Codes
All color formats for development
HEX
#F127CCRGB
rgb(241, 39, 204)HSL
hsl(311, 88%, 55%)OKLCH
oklch(0.662 0.272 337.6)CMYK
cmyk(0%, 84%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FC5
2#D30DAF
3#B90C99
4#9E0A83
5#84086D
6#690757
7#4F0542
8#35032C
9#1A0216
Tints
Lighter variations
1#F33DD1
2#F452D6
3#F568DB
4#F77EE1
5#F893E6
6#F9A9EB
7#FBBEF0
8#FCD4F5
9#FEE9FA
Tones
Muted variations
1#E731C6
2#DD3BBF
3#D346B9
4#C950B3
5#BF5AAC
6#B564A6
7#AB6E9F
8#A07899
9#968293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D7 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127CC | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0540 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1FC;
--deep-pink-100: #FDDDF7;
--deep-pink-200: #FBC1F0;
--deep-pink-300: #F891E5;
--deep-pink-400: #F457D7;
--deep-pink-500: #F127CC;
--deep-pink-600: #D30DAF;
--deep-pink-700: #A80B8B;
--deep-pink-800: #780863;
--deep-pink-900: #4D0540;
--deep-pink-950: #300328;
}