Hot Pink
#EA62A8
PinkColor Codes
All color formats for development
HEX
#EA62A8RGB
rgb(234, 98, 168)HSL
hsl(329, 76%, 65%)OKLCH
oklch(0.686 0.183 351)CMYK
cmyk(0%, 58%, 28%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E64598
2#E22888
3#CC1C77
4#AF1866
5#921455
6#751044
7#580C33
8#3A0822
9#1D0411
Tints
Lighter variations
1#EC72B1
2#EE81B9
3#F091C2
4#F2A1CB
5#F4B0D4
6#F6C0DC
7#F9D0E5
8#FBE0EE
9#FDEFF6
Tones
Muted variations
1#E369A8
2#DC6FA8
3#D576A7
4#CE7DA7
5#C884A7
6#C18BA7
7#BA91A6
8#B398A6
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 #F7C5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C6 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62A8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3358F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | 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: #F7C5DF;
--hot-pink-300: #F198C6;
--hot-pink-400: #EA62A8;
--hot-pink-500: #E3358F;
--hot-pink-600: #C51B73;
--hot-pink-700: #9D155C;
--hot-pink-800: #700F41;
--hot-pink-900: #480A2A;
--hot-pink-950: #2D061A;
}