#bc82cf
a light, soft violet · warm · closest name: plum
RGB
188, 130, 207
HSL
285°, 45%, 66%
CMYK
9, 37, 0, 19
Luminance
0.3116
Every format
| HEX | #bc82cf |
| RGB | rgb(188, 130, 207) |
| HSL | hsl(285, 45%, 66%) |
| CMYK | cmyk(9%, 37%, 0%, 19%) |
| LAB | lab(62.6 35.6 -31.0) |
| LCH | lch(62.6 47.2 319.0) |
| OKLCH | oklch(0.692 0.126 317.5) |
Copy-ready code
/* CSS */
color: #bc82cf;
background-color: #bc82cf;
/* Tailwind (arbitrary) */
class="text-[#bc82cf] bg-[#bc82cf]"
/* SCSS */
$brand: #bc82cf;
/* SwiftUI */
Color(red: 0.737, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#bc82cf")Accessibility — WCAG contrast
Aa
#bc82cf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc82cf on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green51.0%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta37.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bc82cf text on a black background
contrast 7.23:1
Card sample
#bc82cf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc82cf;
Background color
Panel with #bc82cf background
background-color: #bc82cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc82cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc82cf; background: linear-gradient(135deg, #bc82cf, #CF82AF);