#BD99F8
A light, vivid purple closely aligning with Mediumpurple.
About #BD99F8
At its core, #BD99F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 189 red, 153 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 24% Cyan, 38% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD99F8
RGB189, 153, 248
HSL262.7°, 87.2%, 78.6%
CMYK24%, 38%, 0%, 3%
HSV262.7°, 38.3%, 97.3%
LAB69.7, 32.2, -42.6
XYZ49.3, 40.4, 94.0
Decimal12425720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BD99F8;
}
.text-color {
color: #BD99F8;
}
.border-color {
border: 2px solid #BD99F8;
}