Hot Pink
#EA62B1
PinkColor Codes
All color formats for development
HEX
#EA62B1RGB
rgb(234, 98, 177)HSL
hsl(325, 76%, 65%)OKLCH
oklch(0.69 0.188 347.2)CMYK
cmyk(0%, 58%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645A3
2#E22894
3#CC1C83
4#AF1870
5#92145D
6#75104B
7#580C38
8#3A0825
9#1D0413
Tints
Lighter variations
1#EC72B9
2#EE81C1
3#F091C8
4#F2A1D0
5#F4B0D8
6#F6C0E0
7#F9D0E8
8#FBE0EF
9#FDEFF7
Tones
Muted variations
1#E369B0
2#DC6FAF
3#D576AE
4#CE7DAD
5#C884AB
6#C18BAA
7#BA91A9
8#B398A8
9#AD9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F8;
--hot-pink-100: #FBE0EF;
--hot-pink-200: #F7C5E2;
--hot-pink-300: #F198CC;
--hot-pink-400: #EA62B1;
--hot-pink-500: #E3359B;
--hot-pink-600: #C51B7E;
--hot-pink-700: #9D1565;
--hot-pink-800: #700F48;
--hot-pink-900: #480A2E;
--hot-pink-950: #2D061D;
}