#BD3AF8
A light, vivid purple closely aligning with Darkviolet.
About #BD3AF8
Visually, #BD3AF8 is defined as a vivid purple. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(189, 58, 248).
Translating this color to physical media requires the CMYK color model. The color uses 24% Cyan, 77% Magenta, 0% Yellow, and 3% Black. With a hue angle of 281.4 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD3AF8
RGB189, 58, 248
HSL281.4°, 93.1%, 60.0%
CMYK24%, 77%, 0%, 3%
HSV281.4°, 76.6%, 97.3%
LAB52.5, 77.5, -70.0
XYZ39.4, 20.6, 90.7
Decimal12401400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3AF8;
}
.text-color {
color: #BD3AF8;
}
.border-color {
border: 2px solid #BD3AF8;
}