Deep Pink
#FF1AC9
PinkColor Codes
All color formats for development
HEX
#FF1AC9RGB
rgb(255, 26, 201)HSL
hsl(314, 100%, 55%)OKLCH
oklch(0.678 0.284 341.3)CMYK
cmyk(0%, 90%, 21%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC00C2
2#E000AC
3#C40097
4#A80081
5#8C006C
6#700056
7#540041
8#38002B
9#1C0016
Tints
Lighter variations
1#FF30CF
2#FF47D4
3#FF5EDA
4#FF75DF
5#FF8CE4
6#FFA3EA
7#FFBAEF
8#FFD1F4
9#FFE8FA
Tones
Muted variations
1#F425C3
2#E830BD
3#DD3CB7
4#D147B1
5#C653AB
6#BA5EA5
7#AF6A9F
8#A37598
9#988192
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE4 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DD5 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52003F | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FFDBF7;
--deep-pink-200: #FFBDF0;
--deep-pink-300: #FF8AE4;
--deep-pink-400: #FF4DD5;
--deep-pink-500: #FF1AC9;
--deep-pink-600: #E000AC;
--deep-pink-700: #B30089;
--deep-pink-800: #800062;
--deep-pink-900: #52003F;
--deep-pink-950: #330027;
}