Deep Pink
#FF1A7D
PinkColor Codes
All color formats for development
HEX
#FF1A7DRGB
rgb(255, 26, 125)HSL
hsl(334, 100%, 55%)OKLCH
oklch(0.65 0.253 4.1)CMYK
cmyk(0%, 90%, 51%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC006D
2#E00061
3#C40055
4#A80049
5#8C003D
6#700031
7#540024
8#380018
9#1C000C
Tints
Lighter variations
1#FF308A
2#FF4797
3#FF5EA4
4#FF75B1
5#FF8CBE
6#FFA3CB
7#FFBAD8
8#FFD1E5
9#FFE8F2
Tones
Muted variations
1#F4257E
2#E83080
3#DD3C82
4#D14783
5#C65385
6#BA5E86
7#AF6A88
8#A37589
9#98818B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ABD | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D9A | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A7D | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00061 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3004D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800037 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520023 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330016 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F6;
--deep-pink-100: #FFDBEB;
--deep-pink-200: #FFBDD9;
--deep-pink-300: #FF8ABD;
--deep-pink-400: #FF4D9A;
--deep-pink-500: #FF1A7D;
--deep-pink-600: #E00061;
--deep-pink-700: #B3004D;
--deep-pink-800: #800037;
--deep-pink-900: #520023;
--deep-pink-950: #330016;
}