Hot Pink
#EA6294
PinkColor Codes
All color formats for development
HEX
#EA6294RGB
rgb(234, 98, 148)HSL
hsl(338, 76%, 65%)OKLCH
oklch(0.68 0.174 359.9)CMYK
cmyk(0%, 58%, 37%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E64580
2#E2286C
3#CC1C5D
4#AF184F
5#921442
6#751035
7#580C28
8#3A081A
9#1D040D
Tints
Lighter variations
1#EC729E
2#EE81A9
3#F091B4
4#F2A1BF
5#F4B0C9
6#F6C0D4
7#F9D0DF
8#FBE0EA
9#FDEFF4
Tones
Muted variations
1#E36995
2#DC6F97
3#D57699
4#CE7D9B
5#C8849D
6#C18B9F
7#BA91A0
8#B398A2
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6294 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33575 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1547 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A21 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F6;
--hot-pink-100: #FBE0EA;
--hot-pink-200: #F7C5D7;
--hot-pink-300: #F198B8;
--hot-pink-400: #EA6294;
--hot-pink-500: #E33575;
--hot-pink-600: #C51B59;
--hot-pink-700: #9D1547;
--hot-pink-800: #700F33;
--hot-pink-900: #480A21;
--hot-pink-950: #2D0614;
}