#bc79af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 121, 175
HSL
312°, 33%, 61%
CMYK
0, 36, 7, 26
Luminance
0.2746
Every format
| HEX | #bc79af |
| RGB | rgb(188, 121, 175) |
| HSL | hsl(312, 33%, 61%) |
| CMYK | cmyk(0%, 36%, 7%, 26%) |
| LAB | lab(59.4 34.5 -17.9) |
| LCH | lch(59.4 38.8 332.6) |
| OKLCH | oklch(0.664 0.110 334.0) |
Copy-ready code
/* CSS */
color: #bc79af;
background-color: #bc79af;
/* Tailwind (arbitrary) */
class="text-[#bc79af] bg-[#bc79af]"
/* SCSS */
$brand: #bc79af;
/* SwiftUI */
Color(red: 0.737, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#bc79af")Accessibility — WCAG contrast
Aa
#bc79af on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc79af on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow6.9%
Key (black)26.3%
Color previews
#bc79af text on a black background
contrast 6.49:1
Card sample
#bc79af text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc79af;
Background color
Panel with #bc79af background
background-color: #bc79af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc79af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc79af; background: linear-gradient(135deg, #bc79af, #BC7982);