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