#bc83af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 131, 175
HSL
314°, 30%, 63%
CMYK
0, 30, 7, 26
Luminance
0.3002
Every format
| HEX | #bc83af |
| RGB | rgb(188, 131, 175) |
| HSL | hsl(314, 30%, 63%) |
| CMYK | cmyk(0%, 30%, 7%, 26%) |
| LAB | lab(61.7 28.9 -14.4) |
| LCH | lch(61.7 32.3 333.5) |
| OKLCH | oklch(0.681 0.091 335.0) |
Copy-ready code
/* CSS */
color: #bc83af;
background-color: #bc83af;
/* Tailwind (arbitrary) */
class="text-[#bc83af] bg-[#bc83af]"
/* SCSS */
$brand: #bc83af;
/* SwiftUI */
Color(red: 0.737, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#bc83af")Accessibility — WCAG contrast
Aa
#bc83af on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc83af on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow6.9%
Key (black)26.3%
Color previews
#bc83af text on a black background
contrast 7.00:1
Card sample
#bc83af text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc83af;
Background color
Panel with #bc83af background
background-color: #bc83af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc83af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc83af; background: linear-gradient(135deg, #bc83af, #BC8389);