#B683F0
A light, vivid purple closely aligning with Mediumpurple.
About #B683F0
Visually, #B683F0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(182, 131, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 24% Cyan, 45% Magenta, 0% Yellow, and 6% Black. The HSL representation is 268.1° hue, 78.4% saturation, and 72.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B683F0
RGB182, 131, 240
HSL268.1°, 78.4%, 72.7%
CMYK24%, 45%, 0%, 6%
HSV268.1°, 45.4%, 94.1%
LAB63.7, 40.6, -47.7
XYZ43.1, 32.5, 86.4
Decimal11961328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.49:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B683F0;
}
.text-color {
color: #B683F0;
}
.border-color {
border: 2px solid #B683F0;
}