#D634FF
A light, vivid magenta closely aligning with Fuchsia.
About #D634FF
When working with digital screens, the color #D634FF is rendered by mixing light. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(214, 52, 255).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 16% cyan, 80% magenta, 0% yellow, and 0% black. With a hue angle of 287.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D634FF
RGB214, 52, 255
HSL287.9°, 100.0%, 60.2%
CMYK16%, 80%, 0%, 0%
HSV287.9°, 79.6%, 100.0%
LAB56.1, 84.8, -68.0
XYZ47.0, 24.0, 96.8
Decimal14038271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D634FF;
}
.text-color {
color: #D634FF;
}
.border-color {
border: 2px solid #D634FF;
}