Deep Pink
#FA1EB8
PinkColor Codes
All color formats for development
HEX
#FA1EB8RGB
rgb(250, 30, 184)HSL
hsl(318, 96%, 55%)OKLCH
oklch(0.664 0.271 345)CMYK
cmyk(0%, 88%, 26%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705AF
2#DC049B
3#C00488
4#A50374
5#890361
6#6E024E
7#52023A
8#370127
9#1B0113
Tints
Lighter variations
1#FB35BF
2#FB4BC6
3#FC62CE
4#FC78D5
5#FD8FDC
6#FDA5E3
7#FEBCEA
8#FED2F1
9#FFE9F8
Tones
Muted variations
1#EF29B4
2#E434B0
3#D93FAB
4#CE4AA7
5#C355A2
6#B8609E
7#AD6B99
8#A27695
9#978191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CDB | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50C8 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC049B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF047C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500238 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FEDCF4;
--deep-pink-200: #FEBEEB;
--deep-pink-300: #FD8CDB;
--deep-pink-400: #FB50C8;
--deep-pink-500: #FA1EB8;
--deep-pink-600: #DC049B;
--deep-pink-700: #AF047C;
--deep-pink-800: #7D0358;
--deep-pink-900: #500238;
--deep-pink-950: #320123;
}