#bc92af
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 146, 175
HSL
319°, 24%, 66%
CMYK
0, 22, 7, 26
Luminance
0.3434
Every format
| HEX | #bc92af |
| RGB | rgb(188, 146, 175) |
| HSL | hsl(319, 24%, 66%) |
| CMYK | cmyk(0%, 22%, 7%, 26%) |
| LAB | lab(65.2 20.6 -9.1) |
| LCH | lch(65.2 22.5 336.3) |
| OKLCH | oklch(0.708 0.064 337.9) |
Copy-ready code
/* CSS */
color: #bc92af;
background-color: #bc92af;
/* Tailwind (arbitrary) */
class="text-[#bc92af] bg-[#bc92af]"
/* SCSS */
$brand: #bc92af;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#bc92af")Accessibility — WCAG contrast
Aa
#bc92af on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc92af on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow6.9%
Key (black)26.3%
Color previews
#bc92af text on a black background
contrast 7.87:1
Card sample
#bc92af text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc92af;
Background color
Panel with #bc92af background
background-color: #bc92af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc92af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc92af; background: linear-gradient(135deg, #bc92af, #BC9293);