Hot Pink
#EA62BC
PinkColor Codes
All color formats for development
HEX
#EA62BCRGB
rgb(234, 98, 188)HSL
hsl(320, 76%, 65%)OKLCH
oklch(0.694 0.194 342.9)CMYK
cmyk(0%, 58%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645B0
2#E228A4
3#CC1C91
4#AF187D
5#921468
6#751053
7#580C3E
8#3A082A
9#1D0415
Tints
Lighter variations
1#EC72C3
2#EE81CA
3#F091D0
4#F2A1D7
5#F4B0DE
6#F6C0E4
7#F9D0EB
8#FBE0F2
9#FDEFF8
Tones
Muted variations
1#E369BA
2#DC6FB8
3#D576B6
4#CE7DB3
5#C884B1
6#C18BAF
7#BA91AD
8#B398AA
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D3 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62BC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A33 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F9;
--hot-pink-100: #FBE0F2;
--hot-pink-200: #F7C5E6;
--hot-pink-300: #F198D3;
--hot-pink-400: #EA62BC;
--hot-pink-500: #E335A9;
--hot-pink-600: #C51B8D;
--hot-pink-700: #9D1570;
--hot-pink-800: #700F50;
--hot-pink-900: #480A33;
--hot-pink-950: #2D0620;
}