#b784cf
a light, soft violet · warm · closest name: plum
RGB
183, 132, 207
HSL
281°, 44%, 67%
CMYK
12, 36, 0, 19
Luminance
0.3107
Every format
| HEX | #b784cf |
| RGB | rgb(183, 132, 207) |
| HSL | hsl(281, 44%, 67%) |
| CMYK | cmyk(12%, 36%, 0%, 19%) |
| LAB | lab(62.6 33.0 -31.1) |
| LCH | lch(62.6 45.4 316.7) |
| OKLCH | oklch(0.691 0.120 314.5) |
Copy-ready code
/* CSS */
color: #b784cf;
background-color: #b784cf;
/* Tailwind (arbitrary) */
class="text-[#b784cf] bg-[#b784cf]"
/* SCSS */
$brand: #b784cf;
/* SwiftUI */
Color(red: 0.718, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#b784cf")Accessibility — WCAG contrast
Aa
#b784cf on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b784cf on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green51.8%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b784cf text on a black background
contrast 7.21:1
Card sample
#b784cf text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b784cf;
Background color
Panel with #b784cf background
background-color: #b784cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b784cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b784cf; background: linear-gradient(135deg, #b784cf, #CF84B5);