Deep Pink
#FA1E7E
PinkColor Codes
All color formats for development
HEX
#FA1E7ERGB
rgb(250, 30, 126)HSL
hsl(334, 96%, 55%)OKLCH
oklch(0.643 0.248 3.2)CMYK
cmyk(0%, 88%, 50%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7056E
2#DC0462
3#C00456
4#A50349
5#89033D
6#6E0231
7#520225
8#370118
9#1B010C
Tints
Lighter variations
1#FB358B
2#FB4B97
3#FC62A4
4#FC78B1
5#FD8FBE
6#FDA5CB
7#FEBCD8
8#FED2E5
9#FFE9F2
Tones
Muted variations
1#EF297F
2#E43480
3#D93F82
4#CE4A83
5#C35585
6#B86086
7#AD6B88
8#A27689
9#97818B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CBD | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB509A | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E7E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0462 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF044E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0338 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500224 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320116 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F6;
--deep-pink-100: #FEDCEB;
--deep-pink-200: #FEBEDA;
--deep-pink-300: #FD8CBD;
--deep-pink-400: #FB509A;
--deep-pink-500: #FA1E7E;
--deep-pink-600: #DC0462;
--deep-pink-700: #AF044E;
--deep-pink-800: #7D0338;
--deep-pink-900: #500224;
--deep-pink-950: #320116;
}