#FF6DF8
A light, vivid magenta closely aligning with Violet.
About #FF6DF8
The hex code #FF6DF8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Violet. This translates to an RGB value of rgb(255, 109, 248).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 57% magenta, 3% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF6DF8
RGB255, 109, 248
HSL302.9°, 100.0%, 71.4%
CMYK0%, 57%, 3%, 0%
HSV302.9°, 57.3%, 100.0%
LAB68.7, 72.2, -43.7
XYZ63.7, 39.0, 93.0
Decimal16739832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.79:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF6DF8;
}
.text-color {
color: #FF6DF8;
}
.border-color {
border: 2px solid #FF6DF8;
}