Hot Pink
#FD4E97
PinkColor Codes
All color formats for development
HEX
#FD4E97RGB
rgb(253, 78, 151)HSL
hsl(335, 98%, 65%)OKLCH
oklch(0.687 0.218 359.2)CMYK
cmyk(0%, 69%, 40%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D84
2#FD0D71
3#E60261
4#C50253
5#A40245
6#830137
7#62012A
8#42011C
9#21000E
Tints
Lighter variations
1#FD60A2
2#FE72AC
3#FE83B6
4#FE95C1
5#FEA7CB
6#FEB8D5
7#FECAE0
8#FFDCEA
9#FFEDF5
Tones
Muted variations
1#F45799
2#EC609A
3#E3699C
4#DA719D
5#D17A9E
6#C983A0
7#C08CA1
8#B794A3
9#AE9DA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BBB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E97 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C7A | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE025E | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1024B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0135 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510122 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320115 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F6;
--hot-pink-100: #FFDCEA;
--hot-pink-200: #FEBDD8;
--hot-pink-300: #FE8BBB;
--hot-pink-400: #FD4E97;
--hot-pink-500: #FD1C7A;
--hot-pink-600: #DE025E;
--hot-pink-700: #B1024B;
--hot-pink-800: #7E0135;
--hot-pink-900: #510122;
--hot-pink-950: #320115;
}