#B692F8
A light, vivid purple closely aligning with Mediumpurple.
About #B692F8
Visually, #B692F8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 146, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 27% cyan and 41% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B692F8
RGB182, 146, 248
HSL261.2°, 87.9%, 77.3%
CMYK27%, 41%, 0%, 3%
HSV261.2°, 41.1%, 97.3%
LAB67.5, 34.2, -46.2
XYZ46.5, 37.3, 93.6
Decimal11965176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B692F8;
}
.text-color {
color: #B692F8;
}
.border-color {
border: 2px solid #B692F8;
}