#b68eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 142, 176
HSL
309°, 22%, 64%
CMYK
0, 22, 3, 29
Luminance
0.3243
Every format
| HEX | #b68eb0 |
| RGB | rgb(182, 142, 176) |
| HSL | hsl(309, 22%, 64%) |
| CMYK | cmyk(0%, 22%, 3%, 29%) |
| LAB | lab(63.7 20.9 -12.0) |
| LCH | lch(63.7 24.1 330.2) |
| OKLCH | oklch(0.695 0.067 331.4) |
Copy-ready code
/* CSS */
color: #b68eb0;
background-color: #b68eb0;
/* Tailwind (arbitrary) */
class="text-[#b68eb0] bg-[#b68eb0]"
/* SCSS */
$brand: #b68eb0;
/* SwiftUI */
Color(red: 0.714, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#b68eb0")Accessibility — WCAG contrast
Aa
#b68eb0 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b68eb0 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow3.3%
Key (black)28.6%
Color previews
#b68eb0 text on a black background
contrast 7.49:1
Card sample
#b68eb0 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68eb0;
Background color
Panel with #b68eb0 background
background-color: #b68eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68eb0; background: linear-gradient(135deg, #b68eb0, #B68E95);