#FF69B4Hotpink is a vivid, fully saturated, light warm pink (#FF69B4).
Hotpink reads as a vivid, fully saturated pink with a warm temperament. Colors in this range are commonly associated with playfulness, romance and softness, which makes hotpink a natural fit for lifestyle brands, gentle accents and youthful designs.
Hotpink is light enough that it pairs better with dark text than white: black type on hotpink hits 7.93:1 — comfortably past the WCAG AA threshold — while white manages only 2.65:1. It shines as a section background, card fill or subtle highlight where a full-strength accent would shout.
For pairings, the complement of hotpink sits at 150° — #6BFFB5, close to palegreen — and delivers the strongest possible hue contrast; use it sparingly, in roughly a 90/10 split, so the two don't fight. For calmer schemes, the analogous colors 30° to either side keep the same warm temperature, while the triadic pair gives you a balanced three-color palette. All of these are computed for hotpink in the palettes below, with copy-ready codes.
Every palette below is computed from hotpink's position on the color wheel (hue 330°). Hover any swatch to see its code; click to copy.
Tints mix hotpink toward white; shades mix it toward black. Use the scale for hover states, borders and depth without leaving the hue.
WCAG 2.1 requires 4.5:1 for normal text (AA) and 3:1 for large text. Here's how hotpink performs, plus how it appears under the three main types of dichromatic color blindness (simulated approximation).
| Pairing | Ratio | Normal text | Large text |
|---|---|---|---|
| White text on Hotpink | 2.65:1 | Fail | Fail |
| Black text on Hotpink | 7.93:1 | AAA | AAA |
#BEBDA2#C7D29E#F89490Copy-ready snippets. In CSS you can also use the keyword hotpink directly.
:root {
--hotpink: #FF69B4;
--hotpink-rgb: 255, 105, 180;
--hotpink-tint: #FFACD6;
--hotpink-shade: #8C3A63;
}
.btn-hotpink {
background: var(--hotpink);
color: #000000;
}
// tailwind.config.js
colors: {
'hotpink': {
DEFAULT: '#FF69B4',
light: '#FFACD6',
dark: '#8C3A63',
},
}
The closest CSS named colors by perceptual (Lab) distance.