Hot Pink
#EA62B8
PinkColor Codes
All color formats for development
HEX
#EA62B8RGB
rgb(234, 98, 184)HSL
hsl(322, 76%, 65%)OKLCH
oklch(0.692 0.192 344.4)CMYK
cmyk(0%, 58%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645AB
2#E2289D
3#CC1C8C
4#AF1878
5#921464
6#751050
7#580C3C
8#3A0828
9#1D0414
Tints
Lighter variations
1#EC72BF
2#EE81C6
3#F091CD
4#F2A1D4
5#F4B0DB
6#F6C0E3
7#F9D0EA
8#FBE0F1
9#FDEFF8
Tones
Muted variations
1#E369B6
2#DC6FB4
3#D576B2
4#CE7DB1
5#C884AF
6#C18BAD
7#BA91AB
8#B398A9
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D156B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A31 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F9;
--hot-pink-100: #FBE0F1;
--hot-pink-200: #F7C5E5;
--hot-pink-300: #F198D0;
--hot-pink-400: #EA62B8;
--hot-pink-500: #E335A4;
--hot-pink-600: #C51B87;
--hot-pink-700: #9D156B;
--hot-pink-800: #700F4D;
--hot-pink-900: #480A31;
--hot-pink-950: #2D061F;
}