Hot Pink
#EA62B6
PinkColor Codes
All color formats for development
HEX
#EA62B6RGB
rgb(234, 98, 182)HSL
hsl(323, 76%, 65%)OKLCH
oklch(0.691 0.191 345.2)CMYK
cmyk(0%, 58%, 22%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645A8
2#E2289A
3#CC1C89
4#AF1875
5#921462
6#75104E
7#580C3B
8#3A0827
9#1D0414
Tints
Lighter variations
1#EC72BD
2#EE81C4
3#F091CC
4#F2A1D3
5#F4B0DA
6#F6C0E2
7#F9D0E9
8#FBE0F0
9#FDEFF8
Tones
Muted variations
1#E369B4
2#DC6FB2
3#D576B1
4#CE7DAF
5#C884AE
6#C18BAC
7#BA91AA
8#B398A9
9#AD9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B6 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A30 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F9;
--hot-pink-100: #FBE0F0;
--hot-pink-200: #F7C5E4;
--hot-pink-300: #F198CF;
--hot-pink-400: #EA62B6;
--hot-pink-500: #E335A1;
--hot-pink-600: #C51B84;
--hot-pink-700: #9D1569;
--hot-pink-800: #700F4B;
--hot-pink-900: #480A30;
--hot-pink-950: #2D061E;
}