#b68eb5
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 142, 181
HSL
302°, 22%, 64%
CMYK
0, 22, 1, 29
Luminance
0.3263
Every format
| HEX | #b68eb5 |
| RGB | rgb(182, 142, 181) |
| HSL | hsl(302, 22%, 64%) |
| CMYK | cmyk(0%, 22%, 1%, 29%) |
| LAB | lab(63.9 21.9 -14.6) |
| LCH | lch(63.9 26.3 326.3) |
| OKLCH | oklch(0.697 0.072 327.1) |
Copy-ready code
/* CSS */
color: #b68eb5;
background-color: #b68eb5;
/* Tailwind (arbitrary) */
class="text-[#b68eb5] bg-[#b68eb5]"
/* SCSS */
$brand: #b68eb5;
/* SwiftUI */
Color(red: 0.714, green: 0.557, blue: 0.710)
/* Android */
Color.parseColor("#b68eb5")Accessibility — WCAG contrast
Aa
#b68eb5 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b68eb5 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green55.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow0.5%
Key (black)28.6%
Color previews
#b68eb5 text on a black background
contrast 7.53:1
Card sample
#b68eb5 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68eb5;
Background color
Panel with #b68eb5 background
background-color: #b68eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 142, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 142, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68eb5; background: linear-gradient(135deg, #b68eb5, #B68E9A);