Hot Pink
#EA628F
PinkColor Codes
All color formats for development
HEX
#EA628FRGB
rgb(234, 98, 143)HSL
hsl(340, 76%, 65%)OKLCH
oklch(0.678 0.173 2.2)CMYK
cmyk(0%, 58%, 39%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6457A
2#E22866
3#CC1C57
4#AF184A
5#92143E
6#751032
7#580C25
8#3A0819
9#1D040C
Tints
Lighter variations
1#EC729A
2#EE81A6
3#F091B1
4#F2A1BC
5#F4B0C7
6#F6C0D2
7#F9D0DD
8#FBE0E9
9#FDEFF4
Tones
Muted variations
1#E36991
2#DC6F94
3#D57696
4#CE7D98
5#C8849A
6#C18B9D
7#BA919F
8#B398A1
9#AD9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F5;
--hot-pink-100: #FBE0E9;
--hot-pink-200: #F7C5D5;
--hot-pink-300: #F198B5;
--hot-pink-400: #EA628F;
--hot-pink-500: #E3356F;
--hot-pink-600: #C51B54;
--hot-pink-700: #9D1543;
--hot-pink-800: #700F30;
--hot-pink-900: #480A1E;
--hot-pink-950: #2D0613;
}