Hot Pink
#EA629F
PinkColor Codes
All color formats for development
HEX
#EA629FRGB
rgb(234, 98, 159)HSL
hsl(333, 76%, 65%)OKLCH
oklch(0.683 0.179 354.9)CMYK
cmyk(0%, 58%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6458D
2#E2287B
3#CC1C6B
4#AF185C
5#92144D
6#75103D
7#580C2E
8#3A081F
9#1D040F
Tints
Lighter variations
1#EC72A9
2#EE81B2
3#F091BC
4#F2A1C5
5#F4B0CF
6#F6C0D9
7#F9D0E2
8#FBE0EC
9#FDEFF5
Tones
Muted variations
1#E369A0
2#DC6FA0
3#D576A1
4#CE7DA2
5#C884A2
6#C18BA3
7#BA91A4
8#B398A4
9#AD9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33584 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1552 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F7;
--hot-pink-100: #FBE0EC;
--hot-pink-200: #F7C5DB;
--hot-pink-300: #F198C0;
--hot-pink-400: #EA629F;
--hot-pink-500: #E33584;
--hot-pink-600: #C51B68;
--hot-pink-700: #9D1552;
--hot-pink-800: #700F3B;
--hot-pink-900: #480A26;
--hot-pink-950: #2D0618;
}