Hot Pink
#EA629D
PinkColor Codes
All color formats for development
HEX
#EA629DRGB
rgb(234, 98, 157)HSL
hsl(334, 76%, 65%)OKLCH
oklch(0.683 0.178 355.8)CMYK
cmyk(0%, 58%, 33%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6458A
2#E22878
3#CC1C68
4#AF1859
5#92144A
6#75103C
7#580C2D
8#3A081E
9#1D040F
Tints
Lighter variations
1#EC72A7
2#EE81B0
3#F091BA
4#F2A1C4
5#F4B0CE
6#F6C0D8
7#F9D0E2
8#FBE0EB
9#FDEFF5
Tones
Muted variations
1#E3699E
2#DC6F9F
3#D5769F
4#CE7DA0
5#C884A1
6#C18BA2
7#BA91A3
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 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33581 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1550 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A25 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F7;
--hot-pink-100: #FBE0EB;
--hot-pink-200: #F7C5DA;
--hot-pink-300: #F198BE;
--hot-pink-400: #EA629D;
--hot-pink-500: #E33581;
--hot-pink-600: #C51B65;
--hot-pink-700: #9D1550;
--hot-pink-800: #700F39;
--hot-pink-900: #480A25;
--hot-pink-950: #2D0617;
}