Deep Pink
#FA1E9F
PinkColor Codes
All color formats for development
HEX
#FA1E9FRGB
rgb(250, 30, 159)HSL
hsl(325, 96%, 55%)OKLCH
oklch(0.654 0.259 352.5)CMYK
cmyk(0%, 88%, 36%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F70592
2#DC0482
3#C00472
4#A50362
5#890351
6#6E0241
7#520231
8#370121
9#1B0110
Tints
Lighter variations
1#FB35A8
2#FB4BB2
3#FC62BC
4#FC78C5
5#FD8FCF
6#FDA5D8
7#FEBCE2
8#FED2EC
9#FFE9F5
Tones
Muted variations
1#EF299D
2#E4349B
3#D93F99
4#CE4A97
5#C35595
6#B86094
7#AD6B92
8#A27690
9#97818E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CCE | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50B4 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D034A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50022F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F9;
--deep-pink-100: #FEDCF0;
--deep-pink-200: #FEBEE3;
--deep-pink-300: #FD8CCE;
--deep-pink-400: #FB50B4;
--deep-pink-500: #FA1E9F;
--deep-pink-600: #DC0482;
--deep-pink-700: #AF0468;
--deep-pink-800: #7D034A;
--deep-pink-900: #50022F;
--deep-pink-950: #32011E;
}