#FF8AF0
A light, vivid magenta closely aligning with Violet.
About #FF8AF0
The precise color #FF8AF0 is an excellent choice for modern design projects. Designers often compare it to the standard color Violet. Its digital footprint relies on 255 parts red, 138 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 46% M, 6% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#FF8AF0
RGB255, 138, 240
HSL307.7°, 100.0%, 77.1%
CMYK0%, 46%, 6%, 0%
HSV307.7°, 45.9%, 100.0%
LAB73.4, 57.7, -32.1
XYZ66.1, 45.7, 87.8
Decimal16747248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8AF0;
}
.text-color {
color: #FF8AF0;
}
.border-color {
border: 2px solid #FF8AF0;
}