Deep Pink
#FF1A98
PinkColor Codes
All color formats for development
HEX
#FF1A98RGB
rgb(255, 26, 152)HSL
hsl(327, 100%, 55%)OKLCH
oklch(0.658 0.261 355.6)CMYK
cmyk(0%, 90%, 40%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC008B
2#E0007B
3#C4006C
4#A8005D
5#8C004D
6#70003E
7#54002E
8#38001F
9#1C000F
Tints
Lighter variations
1#FF30A2
2#FF47AC
3#FF5EB7
4#FF75C1
5#FF8CCB
6#FFA3D6
7#FFBAE0
8#FFD1EA
9#FFE8F5
Tones
Muted variations
1#F42597
2#E83095
3#DD3C94
4#D14793
5#C65392
6#BA5E91
7#AF6A90
8#A3758F
9#98818D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ACA | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DAF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A98 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0007B | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52002D | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33001C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F8;
--deep-pink-100: #FFDBEF;
--deep-pink-200: #FFBDE1;
--deep-pink-300: #FF8ACA;
--deep-pink-400: #FF4DAF;
--deep-pink-500: #FF1A98;
--deep-pink-600: #E0007B;
--deep-pink-700: #B30062;
--deep-pink-800: #800046;
--deep-pink-900: #52002D;
--deep-pink-950: #33001C;
}