#bc80cf
a light, vivid violet · warm · closest name: plum
RGB
188, 128, 207
HSL
286°, 45%, 66%
CMYK
9, 38, 0, 19
Luminance
0.3063
Every format
| HEX | #bc80cf |
| RGB | rgb(188, 128, 207) |
| HSL | hsl(286, 45%, 66%) |
| CMYK | cmyk(9%, 38%, 0%, 19%) |
| LAB | lab(62.2 36.8 -31.7) |
| LCH | lch(62.2 48.5 319.2) |
| OKLCH | oklch(0.689 0.130 317.8) |
Copy-ready code
/* CSS */
color: #bc80cf;
background-color: #bc80cf;
/* Tailwind (arbitrary) */
class="text-[#bc80cf] bg-[#bc80cf]"
/* SCSS */
$brand: #bc80cf;
/* SwiftUI */
Color(red: 0.737, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#bc80cf")Accessibility — WCAG contrast
Aa
#bc80cf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc80cf on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green50.2%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bc80cf text on a black background
contrast 7.13:1
Card sample
#bc80cf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc80cf;
Background color
Panel with #bc80cf background
background-color: #bc80cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc80cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc80cf; background: linear-gradient(135deg, #bc80cf, #CF80AD);