#FF66C5
A light, vivid magenta closely aligning with Hotpink.
About #FF66C5
At its core, #FF66C5 is a light and vivid hue. It is closely associated with the named CSS color Hotpink. Its digital footprint relies on 255 parts red, 102 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 60% Magenta, 23% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF66C5
RGB255, 102, 197
HSL322.7°, 100.0%, 70.0%
CMYK0%, 60%, 23%, 0%
HSV322.7°, 60.0%, 100.0%
LAB65.6, 67.7, -20.1
XYZ56.1, 34.8, 56.6
Decimal16737989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF66C5;
}
.text-color {
color: #FF66C5;
}
.border-color {
border: 2px solid #FF66C5;
}