#D307FF
A medium, vivid magenta closely aligning with Fuchsia.
About #D307FF
When working with digital screens, the color #D307FF is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 211 red, 7 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 17% Cyan, 97% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D307FF
RGB211, 7, 255
HSL289.4°, 100.0%, 51.4%
CMYK17%, 97%, 0%, 0%
HSV289.4°, 97.3%, 100.0%
LAB53.2, 91.4, -72.7
XYZ45.0, 21.2, 96.3
Decimal13830143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D307FF;
}
.text-color {
color: #D307FF;
}
.border-color {
border: 2px solid #D307FF;
}