#bf7ccc
a balanced, soft magenta / pink · warm · closest name: plum
RGB
191, 124, 204
HSL
290°, 44%, 64%
CMYK
6, 39, 0, 20
Luminance
0.2985
Every format
| HEX | #bf7ccc |
| RGB | rgb(191, 124, 204) |
| HSL | hsl(290, 44%, 64%) |
| CMYK | cmyk(6%, 39%, 0%, 20%) |
| LAB | lab(61.5 39.3 -31.0) |
| LCH | lch(61.5 50.0 321.7) |
| OKLCH | oklch(0.684 0.135 320.9) |
Copy-ready code
/* CSS */
color: #bf7ccc;
background-color: #bf7ccc;
/* Tailwind (arbitrary) */
class="text-[#bf7ccc] bg-[#bf7ccc]"
/* SCSS */
$brand: #bf7ccc;
/* SwiftUI */
Color(red: 0.749, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#bf7ccc")Accessibility — WCAG contrast
Aa
#bf7ccc on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7ccc on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green48.6%
Blue80.0%
CMYK percentages
Cyan6.4%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#bf7ccc text on a black background
contrast 6.97:1
Card sample
#bf7ccc text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7ccc;
Background color
Panel with #bf7ccc background
background-color: #bf7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7ccc; background: linear-gradient(135deg, #bf7ccc, #CC7CA4);