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