#FF69B4
hotpink
#FF69B4 is a magenta colour. In RGB it is 255 red, 105 green and 180 blue, which converts to a hue of 330 degrees, 100% saturation and 71% lightness. It is one of the named CSS colours, written as hotpink in stylesheets.
Color values
| HEX | #FF69B4 |
|---|---|
| RGB | rgb(255, 105, 180) |
| HSL | hsl(330, 100%, 71%) |
| HSV | hsv(330, 59%, 100%) |
| CMYK | cmyk(0%, 59%, 29%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 2.65:1, and against black it is 7.93:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.65:1 | Fail | Fail |
| Black | 7.93:1 | AAA | AAA |
Tints and shades
Lighter tints move #FF69B4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FF69B4; |
|---|---|
| CSS rgb() | color: rgb(255 105 180); |
| Tailwind | bg-[#ff69b4] |
| SwiftUI | Color(red: 1.000, green: 0.412, blue: 0.706) |
| Android | Color.parseColor("#FF69B4") |