#bc7ccc
a balanced, soft violet · warm · closest name: plum
RGB
188, 124, 204
HSL
288°, 44%, 64%
CMYK
8, 39, 0, 20
Luminance
0.2947
Every format
| HEX | #bc7ccc |
| RGB | rgb(188, 124, 204) |
| HSL | hsl(288, 44%, 64%) |
| CMYK | cmyk(8%, 39%, 0%, 20%) |
| LAB | lab(61.2 38.3 -31.6) |
| LCH | lch(61.2 49.7 320.5) |
| OKLCH | oklch(0.681 0.133 319.4) |
Copy-ready code
/* CSS */
color: #bc7ccc;
background-color: #bc7ccc;
/* Tailwind (arbitrary) */
class="text-[#bc7ccc] bg-[#bc7ccc]"
/* SCSS */
$brand: #bc7ccc;
/* SwiftUI */
Color(red: 0.737, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#bc7ccc")Accessibility — WCAG contrast
Aa
#bc7ccc on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc7ccc on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green48.6%
Blue80.0%
CMYK percentages
Cyan7.8%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#bc7ccc text on a black background
contrast 6.89:1
Card sample
#bc7ccc text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7ccc;
Background color
Panel with #bc7ccc background
background-color: #bc7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7ccc; background: linear-gradient(135deg, #bc7ccc, #CC7CA7);