#F06DF8
A light, vivid magenta closely aligning with Violet.
About #F06DF8
The hex code #F06DF8 represents a beautifully specific shade of magenta. Its closest recognized web color is Violet. In the RGB color space, it consists of 240 red, 109 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 56% magenta, 0% yellow, and 3% black. The HSL representation is 296.5° hue, 90.8% saturation, and 70.0% lightness.
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#F06DF8
RGB240, 109, 248
HSL296.5°, 90.8%, 70.0%
CMYK3%, 56%, 0%, 3%
HSV296.5°, 56.0%, 97.3%
LAB66.7, 68.5, -47.0
XYZ58.3, 36.2, 92.7
Decimal15756792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.25:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F06DF8;
}
.text-color {
color: #F06DF8;
}
.border-color {
border: 2px solid #F06DF8;
}