#b883cf
a light, soft violet · warm · closest name: plum
RGB
184, 131, 207
HSL
282°, 44%, 66%
CMYK
11, 37, 0, 19
Luminance
0.3093
Every format
| HEX | #b883cf |
| RGB | rgb(184, 131, 207) |
| HSL | hsl(282, 44%, 66%) |
| CMYK | cmyk(11%, 37%, 0%, 19%) |
| LAB | lab(62.5 33.9 -31.3) |
| LCH | lch(62.5 46.1 317.2) |
| OKLCH | oklch(0.690 0.122 315.2) |
Copy-ready code
/* CSS */
color: #b883cf;
background-color: #b883cf;
/* Tailwind (arbitrary) */
class="text-[#b883cf] bg-[#b883cf]"
/* SCSS */
$brand: #b883cf;
/* SwiftUI */
Color(red: 0.722, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#b883cf")Accessibility — WCAG contrast
Aa
#b883cf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b883cf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green51.4%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b883cf text on a black background
contrast 7.19:1
Card sample
#b883cf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b883cf;
Background color
Panel with #b883cf background
background-color: #b883cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b883cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b883cf; background: linear-gradient(135deg, #b883cf, #CF83B3);