#B68AF8
A light, vivid purple closely aligning with Mediumpurple.
About #B68AF8
Visually, #B68AF8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 182 red, 138 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 27% C, 44% M, 0% Y, and 3% K. With a hue angle of 264.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B68AF8
RGB182, 138, 248
HSL264.0°, 88.7%, 75.7%
CMYK27%, 44%, 0%, 3%
HSV264.0°, 44.4%, 97.3%
LAB65.7, 38.6, -49.1
XYZ45.3, 34.9, 93.2
Decimal11963128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68AF8;
}
.text-color {
color: #B68AF8;
}
.border-color {
border: 2px solid #B68AF8;
}