Deep Pink
#F91FBF
PinkColor Codes
All color formats for development
HEX
#F91FBFRGB
rgb(249, 31, 191)HSL
hsl(316, 95%, 55%)OKLCH
oklch(0.666 0.273 342.8)CMYK
cmyk(0%, 88%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F606B6
2#DB06A2
3#BF058E
4#A40479
5#890465
6#6D0351
7#52023D
8#370128
9#1B0114
Tints
Lighter variations
1#FA36C6
2#FA4CCC
3#FB62D2
4#FC79D9
5#FC8FDF
6#FDA5E5
7#FDBCEC
8#FED2F2
9#FEE9F9
Tones
Muted variations
1#EE2ABA
2#E335B5
3#D940B0
4#CE4BAB
5#C356A6
6#B861A1
7#AD6C9C
8#A27696
9#978191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEED | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DDE | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51CD | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C035C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FEDCF5;
--deep-pink-200: #FDBEED;
--deep-pink-300: #FC8DDE;
--deep-pink-400: #FB51CD;
--deep-pink-500: #F91FBF;
--deep-pink-600: #DB06A2;
--deep-pink-700: #AE0481;
--deep-pink-800: #7C035C;
--deep-pink-900: #50023B;
--deep-pink-950: #320125;
}