#b78adb
a light, vivid violet · warm · closest name: plum
RGB
183, 138, 219
HSL
273°, 53%, 70%
CMYK
16, 37, 0, 14
Luminance
0.3336
Every format
| HEX | #b78adb |
| RGB | rgb(183, 138, 219) |
| HSL | hsl(273, 53%, 70%) |
| CMYK | cmyk(16%, 37%, 0%, 14%) |
| LAB | lab(64.5 32.3 -34.9) |
| LCH | lch(64.5 47.5 312.7) |
| OKLCH | oklch(0.706 0.124 309.0) |
Copy-ready code
/* CSS */
color: #b78adb;
background-color: #b78adb;
/* Tailwind (arbitrary) */
class="text-[#b78adb] bg-[#b78adb]"
/* SCSS */
$brand: #b78adb;
/* SwiftUI */
Color(red: 0.718, green: 0.541, blue: 0.859)
/* Android */
Color.parseColor("#b78adb")Accessibility — WCAG contrast
Aa
#b78adb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b78adb on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green54.1%
Blue85.9%
CMYK percentages
Cyan16.4%
Magenta37.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b78adb text on a black background
contrast 7.67:1
Card sample
#b78adb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78adb;
Background color
Panel with #b78adb background
background-color: #b78adb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78adb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 138, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 138, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78adb; background: linear-gradient(135deg, #b78adb, #DB8AC9);