#FF66B6
A light, vivid magenta closely aligning with Hotpink.
About #FF66B6
At its core, #FF66B6 is a light and vivid hue. Its closest recognized web color is Hotpink. Its digital footprint relies on 255 parts red, 102 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 60% Magenta, 29% 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#FF66B6
RGB255, 102, 182
HSL328.6°, 100.0%, 70.0%
CMYK0%, 60%, 29%, 0%
HSV328.6°, 60.0%, 100.0%
LAB65.1, 65.8, -12.4
XYZ54.4, 34.1, 48.0
Decimal16737974
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF66B6;
}
.text-color {
color: #FF66B6;
}
.border-color {
border: 2px solid #FF66B6;
}