#b888cf
a light, soft violet · warm · closest name: plum
RGB
184, 136, 207
HSL
281°, 43%, 67%
CMYK
11, 34, 0, 19
Luminance
0.3230
Every format
| HEX | #b888cf |
| RGB | rgb(184, 136, 207) |
| HSL | hsl(281, 43%, 67%) |
| CMYK | cmyk(11%, 34%, 0%, 19%) |
| LAB | lab(63.6 31.1 -29.6) |
| LCH | lch(63.6 42.9 316.4) |
| OKLCH | oklch(0.699 0.114 314.4) |
Copy-ready code
/* CSS */
color: #b888cf;
background-color: #b888cf;
/* Tailwind (arbitrary) */
class="text-[#b888cf] bg-[#b888cf]"
/* SCSS */
$brand: #b888cf;
/* SwiftUI */
Color(red: 0.722, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#b888cf")Accessibility — WCAG contrast
Aa
#b888cf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b888cf on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green53.3%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta34.3%
Yellow0.0%
Key (black)18.8%
Color previews
#b888cf text on a black background
contrast 7.46:1
Card sample
#b888cf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b888cf;
Background color
Panel with #b888cf background
background-color: #b888cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b888cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b888cf; background: linear-gradient(135deg, #b888cf, #CF88B7);