#BD5FF8
A light, vivid purple closely aligning with Darkorchid.
About #BD5FF8
When working with digital screens, the color #BD5FF8 is rendered by mixing light. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 189 red, 95 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 24% Cyan, 62% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD5FF8
RGB189, 95, 248
HSL276.9°, 91.6%, 67.3%
CMYK24%, 62%, 0%, 3%
HSV276.9°, 61.7%, 97.3%
LAB57.8, 62.7, -61.5
XYZ42.0, 25.8, 91.6
Decimal12410872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD5FF8;
}
.text-color {
color: #BD5FF8;
}
.border-color {
border: 2px solid #BD5FF8;
}