Hot Pink
#E665A1
PinkColor Codes
All color formats for development
HEX
#E665A1RGB
rgb(230, 101, 161)HSL
hsl(332, 72%, 65%)OKLCH
oklch(0.682 0.172 353.5)CMYK
cmyk(0%, 56%, 30%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E14990
2#DD2C7F
3#C8206E
4#AB1C5F
5#8F174F
6#72133F
7#560E2F
8#390920
9#1D0510
Tints
Lighter variations
1#E975AB
2#EB84B4
3#EE94BE
4#F0A3C7
5#F3B2D0
6#F5C2DA
7#F8D1E3
8#FAE0EC
9#FDF0F6
Tones
Muted variations
1#E06CA2
2#D972A2
3#D379A3
4#CC7FA3
5#C686A4
6#BF8CA4
7#B992A4
8#B399A5
9#AC9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC2 | BordersInactive statesPlaceholder text |
| 400 | E665 #E665A1 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A87 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E123D | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B27 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0718 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F7;
--hot-pink-100: #FAE0EC;
--hot-pink-200: #F6C6DC;
--hot-pink-300: #EF9AC2;
--hot-pink-400: #E665A1;
--hot-pink-500: #DF3A87;
--hot-pink-600: #C11F6B;
--hot-pink-700: #9A1955;
--hot-pink-800: #6E123D;
--hot-pink-900: #460B27;
--hot-pink-950: #2C0718;
}