#FF66F8
A light, vivid magenta closely aligning with Violet.
About #FF66F8
At its core, #FF66F8 is a light and vivid hue. Its closest recognized web color is Violet. Its digital footprint relies on 255 parts red, 102 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 60% Magenta, 3% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#FF66F8
RGB255, 102, 248
HSL302.7°, 100.0%, 70.0%
CMYK0%, 60%, 3%, 0%
HSV302.7°, 60.0%, 100.0%
LAB67.7, 75.1, -45.3
XYZ62.9, 37.5, 92.7
Decimal16738040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF66F8;
}
.text-color {
color: #FF66F8;
}
.border-color {
border: 2px solid #FF66F8;
}