#bb8fd2
a light, soft violet · warm · closest name: plum
RGB
187, 143, 210
HSL
279°, 43%, 69%
CMYK
11, 32, 0, 18
Luminance
0.3486
Every format
| HEX | #bb8fd2 |
| RGB | rgb(187, 143, 210) |
| HSL | hsl(279, 43%, 69%) |
| CMYK | cmyk(11%, 32%, 0%, 18%) |
| LAB | lab(65.6 28.8 -28.1) |
| LCH | lch(65.6 40.2 315.7) |
| OKLCH | oklch(0.715 0.106 313.7) |
Copy-ready code
/* CSS */
color: #bb8fd2;
background-color: #bb8fd2;
/* Tailwind (arbitrary) */
class="text-[#bb8fd2] bg-[#bb8fd2]"
/* SCSS */
$brand: #bb8fd2;
/* SwiftUI */
Color(red: 0.733, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#bb8fd2")Accessibility — WCAG contrast
Aa
#bb8fd2 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8fd2 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green56.1%
Blue82.4%
CMYK percentages
Cyan11.0%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#bb8fd2 text on a black background
contrast 7.97:1
Card sample
#bb8fd2 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8fd2;
Background color
Panel with #bb8fd2 background
background-color: #bb8fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8fd2; background: linear-gradient(135deg, #bb8fd2, #D28FBC);