Deep Pink
#F127C9
PinkColor Codes
All color formats for development
HEX
#F127C9RGB
rgb(241, 39, 201)HSL
hsl(312, 88%, 55%)OKLCH
oklch(0.661 0.27 338.4)CMYK
cmyk(0%, 84%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FC1
2#D30DAB
3#B90C96
4#9E0A81
5#84086B
6#690756
7#4F0540
8#35032B
9#1A0215
Tints
Lighter variations
1#F33DCE
2#F452D4
3#F568D9
4#F77EDF
5#F893E4
6#F9A9E9
7#FBBEEF
8#FCD4F4
9#FEE9FA
Tones
Muted variations
1#E731C3
2#DD3BBD
3#D346B7
4#C950B1
5#BF5AAB
6#B564A4
7#AB6E9E
8#A07898
9#968292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E3 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1FB;
--deep-pink-100: #FDDDF7;
--deep-pink-200: #FBC1EF;
--deep-pink-300: #F891E3;
--deep-pink-400: #F457D5;
--deep-pink-500: #F127C9;
--deep-pink-600: #D30DAB;
--deep-pink-700: #A80B88;
--deep-pink-800: #780861;
--deep-pink-900: #4D053E;
--deep-pink-950: #300327;
}