#b68eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 142, 179
HSL
305°, 22%, 64%
CMYK
0, 22, 2, 29
Luminance
0.3255
Every format
| HEX | #b68eb3 |
| RGB | rgb(182, 142, 179) |
| HSL | hsl(305, 22%, 64%) |
| CMYK | cmyk(0%, 22%, 2%, 29%) |
| LAB | lab(63.8 21.5 -13.5) |
| LCH | lch(63.8 25.4 327.8) |
| OKLCH | oklch(0.696 0.070 328.8) |
Copy-ready code
/* CSS */
color: #b68eb3;
background-color: #b68eb3;
/* Tailwind (arbitrary) */
class="text-[#b68eb3] bg-[#b68eb3]"
/* SCSS */
$brand: #b68eb3;
/* SwiftUI */
Color(red: 0.714, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#b68eb3")Accessibility — WCAG contrast
Aa
#b68eb3 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b68eb3 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green55.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow1.6%
Key (black)28.6%
Color previews
#b68eb3 text on a black background
contrast 7.51:1
Card sample
#b68eb3 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68eb3;
Background color
Panel with #b68eb3 background
background-color: #b68eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68eb3; background: linear-gradient(135deg, #b68eb3, #B68E98);