Hot Pink
#FD4EDD
PinkColor Codes
All color formats for development
HEX
#FD4EDDRGB
rgb(253, 78, 221)HSL
hsl(311, 98%, 65%)OKLCH
oklch(0.714 0.255 336.2)CMYK
cmyk(0%, 69%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2DD7
2#FD0DD1
3#E602BC
4#C502A1
5#A40286
6#83016B
7#620151
8#420136
9#21001B
Tints
Lighter variations
1#FD60E1
2#FE72E4
3#FE83E7
4#FE95EB
5#FEA7EE
6#FEB8F1
7#FECAF5
8#FFDCF8
9#FFEDFC
Tones
Muted variations
1#F457D8
2#EC60D2
3#E369CD
4#DA71C7
5#D17AC1
6#C983BC
7#C08CB6
8#B794B1
9#AE9DAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EDD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510142 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FC;
--hot-pink-100: #FFDCF8;
--hot-pink-200: #FEBDF2;
--hot-pink-300: #FE8BE9;
--hot-pink-400: #FD4EDD;
--hot-pink-500: #FD1CD3;
--hot-pink-600: #DE02B6;
--hot-pink-700: #B10291;
--hot-pink-800: #7E0167;
--hot-pink-900: #510142;
--hot-pink-950: #320129;
}