#bc83cf
a light, soft violet · warm · closest name: plum
RGB
188, 131, 207
HSL
285°, 44%, 66%
CMYK
9, 37, 0, 19
Luminance
0.3143
Every format
| HEX | #bc83cf |
| RGB | rgb(188, 131, 207) |
| HSL | hsl(285, 44%, 66%) |
| CMYK | cmyk(9%, 37%, 0%, 19%) |
| LAB | lab(62.9 35.1 -30.6) |
| LCH | lch(62.9 46.6 318.9) |
| OKLCH | oklch(0.694 0.124 317.4) |
Copy-ready code
/* CSS */
color: #bc83cf;
background-color: #bc83cf;
/* Tailwind (arbitrary) */
class="text-[#bc83cf] bg-[#bc83cf]"
/* SCSS */
$brand: #bc83cf;
/* SwiftUI */
Color(red: 0.737, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#bc83cf")Accessibility — WCAG contrast
Aa
#bc83cf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc83cf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green51.4%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bc83cf text on a black background
contrast 7.29:1
Card sample
#bc83cf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc83cf;
Background color
Panel with #bc83cf background
background-color: #bc83cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc83cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc83cf; background: linear-gradient(135deg, #bc83cf, #CF83AF);