#b889cf
a light, soft violet · warm · closest name: plum
RGB
184, 137, 207
HSL
280°, 42%, 68%
CMYK
11, 34, 0, 19
Luminance
0.3259
Every format
| HEX | #b889cf |
| RGB | rgb(184, 137, 207) |
| HSL | hsl(280, 42%, 68%) |
| CMYK | cmyk(11%, 34%, 0%, 19%) |
| LAB | lab(63.8 30.5 -29.2) |
| LCH | lch(63.8 42.3 316.3) |
| OKLCH | oklch(0.700 0.112 314.2) |
Copy-ready code
/* CSS */
color: #b889cf;
background-color: #b889cf;
/* Tailwind (arbitrary) */
class="text-[#b889cf] bg-[#b889cf]"
/* SCSS */
$brand: #b889cf;
/* SwiftUI */
Color(red: 0.722, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#b889cf")Accessibility — WCAG contrast
Aa
#b889cf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b889cf on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green53.7%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta33.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b889cf text on a black background
contrast 7.52:1
Card sample
#b889cf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b889cf;
Background color
Panel with #b889cf background
background-color: #b889cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b889cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b889cf; background: linear-gradient(135deg, #b889cf, #CF89B7);