Hot Pink
#E9638F
PinkColor Codes
All color formats for development
HEX
#E9638FRGB
rgb(233, 99, 143)HSL
hsl(340, 75%, 65%)OKLCH
oklch(0.678 0.171 2.2)CMYK
cmyk(0%, 58%, 39%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E5467B
2#E02966
3#CB1D57
4#AE194B
5#91153E
6#741132
7#570C25
8#3A0819
9#1D040C
Tints
Lighter variations
1#EB729B
2#ED82A6
3#EF92B1
4#F2A1BC
5#F4B1C7
6#F6C1D2
7#F8D0DE
8#FBE0E9
9#FDEFF4
Tones
Muted variations
1#E26A92
2#DB7094
3#D57796
4#CE7E98
5#C7849B
6#C18B9D
7#BA929F
8#B398A1
9#AC9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098B6 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9638F | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23670 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A1F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F5;
--hot-pink-100: #FBE0E9;
--hot-pink-200: #F7C5D6;
--hot-pink-300: #F098B6;
--hot-pink-400: #E9638F;
--hot-pink-500: #E23670;
--hot-pink-600: #C41C54;
--hot-pink-700: #9C1643;
--hot-pink-800: #701030;
--hot-pink-900: #470A1F;
--hot-pink-950: #2D0613;
}