#ce78b5
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 120, 181
HSL
317°, 47%, 64%
CMYK
0, 42, 12, 19
Luminance
0.2989
Every format
| HEX | #ce78b5 |
| RGB | rgb(206, 120, 181) |
| HSL | hsl(317, 47%, 64%) |
| CMYK | cmyk(0%, 42%, 12%, 19%) |
| LAB | lab(61.6 42.0 -17.8) |
| LCH | lch(61.6 45.6 337.0) |
| OKLCH | oklch(0.685 0.131 338.8) |
Copy-ready code
/* CSS */
color: #ce78b5;
background-color: #ce78b5;
/* Tailwind (arbitrary) */
class="text-[#ce78b5] bg-[#ce78b5]"
/* SCSS */
$brand: #ce78b5;
/* SwiftUI */
Color(red: 0.808, green: 0.471, blue: 0.710)
/* Android */
Color.parseColor("#ce78b5")Accessibility — WCAG contrast
Aa
#ce78b5 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce78b5 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.1%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow12.1%
Key (black)19.2%
Color previews
#ce78b5 text on a black background
contrast 6.98:1
Card sample
#ce78b5 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce78b5;
Background color
Panel with #ce78b5 background
background-color: #ce78b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce78b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 120, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 120, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce78b5; background: linear-gradient(135deg, #ce78b5, #CE787C);