#FF66FF
A light, vivid magenta closely aligning with Mediumorchid.
About #FF66FF
The precise color #FF66FF is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(255, 102, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 60% Magenta, 0% Yellow, and 0% Black. The HSL representation is 300.0° hue, 100.0% saturation, and 70.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF66FF
RGB255, 102, 255
HSL300.0°, 100.0%, 70.0%
CMYK0%, 60%, 0%, 0%
HSV300.0°, 60.0%, 100.0%
LAB68.0, 76.2, -48.6
XYZ64.0, 38.0, 98.6
Decimal16738047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.60:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF66FF;
}
.text-color {
color: #FF66FF;
}
.border-color {
border: 2px solid #FF66FF;
}