Hot Pink
#EA62B3
PinkColor Codes
All color formats for development
HEX
#EA62B3RGB
rgb(234, 98, 179)HSL
hsl(324, 76%, 65%)OKLCH
oklch(0.69 0.189 346.4)CMYK
cmyk(0%, 58%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645A5
2#E22897
3#CC1C86
4#AF1873
5#92145F
6#75104C
7#580C39
8#3A0826
9#1D0413
Tints
Lighter variations
1#EC72BB
2#EE81C2
3#F091CA
4#F2A1D2
5#F4B0D9
6#F6C0E1
7#F9D0E8
8#FBE0F0
9#FDEFF7
Tones
Muted variations
1#E369B2
2#DC6FB1
3#D576AF
4#CE7DAE
5#C884AD
6#C18BAB
7#BA91AA
8#B398A8
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 #F7C5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | 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: #F7C5E3;
--hot-pink-300: #F198CD;
--hot-pink-400: #EA62B3;
--hot-pink-500: #E3359E;
--hot-pink-600: #C51B81;
--hot-pink-700: #9D1567;
--hot-pink-800: #700F49;
--hot-pink-900: #480A2F;
--hot-pink-950: #2D061D;
}