#FF8AF8
A light, vivid magenta closely aligning with Violet.
About #FF8AF8
At its core, #FF8AF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(255, 138, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 46% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF8AF8
RGB255, 138, 248
HSL303.6°, 100.0%, 77.1%
CMYK0%, 46%, 3%, 0%
HSV303.6°, 45.9%, 100.0%
LAB73.7, 59.0, -35.9
XYZ67.3, 46.2, 94.2
Decimal16747256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.24:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8AF8;
}
.text-color {
color: #FF8AF8;
}
.border-color {
border: 2px solid #FF8AF8;
}