Hot Pink
#E6659B
PinkColor Codes
All color formats for development
HEX
#E6659BRGB
rgb(230, 101, 155)HSL
hsl(335, 72%, 65%)OKLCH
oklch(0.68 0.169 356.3)CMYK
cmyk(0%, 56%, 33%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E14988
2#DD2C76
3#C82066
4#AB1C58
5#8F1749
6#72133A
7#560E2C
8#39091D
9#1D050F
Tints
Lighter variations
1#E975A5
2#EB84AF
3#EE94B9
4#F0A3C3
5#F3B2CD
6#F5C2D7
7#F8D1E1
8#FAE0EB
9#FDF0F5
Tones
Muted variations
1#E06C9C
2#D9729D
3#D3799E
4#CC7F9F
5#C686A0
6#BF8CA1
7#B992A3
8#B399A4
9#AC9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABD | BordersInactive statesPlaceholder text |
| 400 | E665 #E6659B | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A7E | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A194F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1238 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B24 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F6;
--hot-pink-100: #FAE0EB;
--hot-pink-200: #F6C6DA;
--hot-pink-300: #EF9ABD;
--hot-pink-400: #E6659B;
--hot-pink-500: #DF3A7E;
--hot-pink-600: #C11F63;
--hot-pink-700: #9A194F;
--hot-pink-800: #6E1238;
--hot-pink-900: #460B24;
--hot-pink-950: #2C0716;
}