#FF69B4
A light, vivid magenta closely aligning with Hotpink.
About #FF69B4
The hex code #FF69B4 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 105, and 180.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 59% M, 29% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF69B4
RGB255, 105, 180
HSL330.0°, 100.0%, 70.6%
CMYK0%, 59%, 29%, 0%
HSV330.0°, 58.8%, 100.0%
LAB65.5, 64.3, -10.7
XYZ54.5, 34.7, 47.0
Decimal16738740
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.93:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF69B4;
}
.text-color {
color: #FF69B4;
}
.border-color {
border: 2px solid #FF69B4;
}