HueWiz / Colors / Hotpink
#FF69B4

Hotpink

Hotpink is a vivid, fully saturated, light warm pink (#FF69B4).

Build palettes with Hotpink →

Using Hotpink in your designs

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.

Hotpink color palettes

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.

Complementary

Analogous

Triadic

Split-complementary

Tetradic

Monochromatic

Tints and shades of Hotpink

Tints mix hotpink toward white; shades mix it toward black. Use the scale for hover states, borders and depth without leaving the hue.

Shades → base → tints

Contrast & accessibility

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).

PairingRatioNormal textLarge text
White text on Hotpink2.65:1FailFail
Black text on Hotpink7.93:1AAAAAA
Protanopia#BEBDA2
Deuteranopia#C7D29E
Tritanopia#F89490

Hotpink in code

Copy-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',
  },
}

Colors similar to Hotpink

The closest CSS named colors by perceptual (Lab) distance.

← PrevioushoneydewNext →indianred
Copied