Deep Pink
#FF1AB3
PinkColor Codes
All color formats for development
HEX
#FF1AB3RGB
rgb(255, 26, 179)HSL
hsl(320, 100%, 55%)OKLCH
oklch(0.669 0.273 347.4)CMYK
cmyk(0%, 90%, 30%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC00A8
2#E00096
3#C40083
4#A80070
5#8C005D
6#70004B
7#540038
8#380025
9#1C0013
Tints
Lighter variations
1#FF30BA
2#FF47C2
3#FF5EC9
4#FF75D1
5#FF8CD9
6#FFA3E0
7#FFBAE8
8#FFD1F0
9#FFE8F7
Tones
Muted variations
1#F425AF
2#E830AB
3#DD3CA7
4#D147A3
5#C6539F
6#BA5E9C
7#AF6A98
8#A37594
9#988190
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AD8 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC4 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520036 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FFDBF3;
--deep-pink-200: #FFBDE9;
--deep-pink-300: #FF8AD8;
--deep-pink-400: #FF4DC4;
--deep-pink-500: #FF1AB3;
--deep-pink-600: #E00096;
--deep-pink-700: #B30077;
--deep-pink-800: #800055;
--deep-pink-900: #520036;
--deep-pink-950: #330022;
}