Hot Pink
#EA62AA
PinkColor Codes
All color formats for development
HEX
#EA62AARGB
rgb(234, 98, 170)HSL
hsl(328, 76%, 65%)OKLCH
oklch(0.687 0.184 350.1)CMYK
cmyk(0%, 58%, 27%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6459B
2#E2288B
3#CC1C7A
4#AF1868
5#921457
6#751046
7#580C34
8#3A0823
9#1D0411
Tints
Lighter variations
1#EC72B3
2#EE81BB
3#F091C4
4#F2A1CC
5#F4B0D5
6#F6C0DD
7#F9D0E6
8#FBE0EE
9#FDEFF7
Tones
Muted variations
1#E369AA
2#DC6FA9
3#D576A9
4#CE7DA8
5#C884A8
6#C18BA8
7#BA91A7
8#B398A7
9#AD9FA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33592 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F8;
--hot-pink-100: #FBE0EE;
--hot-pink-200: #F7C5E0;
--hot-pink-300: #F198C7;
--hot-pink-400: #EA62AA;
--hot-pink-500: #E33592;
--hot-pink-600: #C51B76;
--hot-pink-700: #9D155E;
--hot-pink-800: #700F43;
--hot-pink-900: #480A2B;
--hot-pink-950: #2D061B;
}