#FF66A8
A light, vivid magenta closely aligning with Hotpink.
About #FF66A8
When working with digital screens, the color #FF66A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Hotpink. In the RGB color space, it consists of 255 red, 102 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 60% Magenta, 34% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF66A8
RGB255, 102, 168
HSL334.1°, 100.0%, 70.0%
CMYK0%, 60%, 34%, 0%
HSV334.1°, 60.0%, 100.0%
LAB64.6, 64.1, -5.1
XYZ53.1, 33.6, 40.7
Decimal16737960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.72:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF66A8;
}
.text-color {
color: #FF66A8;
}
.border-color {
border: 2px solid #FF66A8;
}