#BD57F8
A light, vivid purple closely aligning with Darkorchid.
About #BD57F8
At its core, #BD57F8 is a light and vivid hue. Its closest recognized web color is Darkorchid. Its digital footprint relies on 189 parts red, 87 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 24% cyan and 65% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BD57F8
RGB189, 87, 248
HSL278.0°, 92.0%, 65.7%
CMYK24%, 65%, 0%, 3%
HSV278.0°, 64.9%, 97.3%
LAB56.5, 66.3, -63.6
XYZ41.3, 24.4, 91.3
Decimal12408824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD57F8;
}
.text-color {
color: #BD57F8;
}
.border-color {
border: 2px solid #BD57F8;
}