#cd79b2
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 121, 178
HSL
319°, 46%, 64%
CMYK
0, 41, 13, 20
Luminance
0.2987
Every format
| HEX | #cd79b2 |
| RGB | rgb(205, 121, 178) |
| HSL | hsl(319, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 13%, 20%) |
| LAB | lab(61.5 40.6 -16.1) |
| LCH | lch(61.5 43.7 338.4) |
| OKLCH | oklch(0.685 0.126 340.1) |
Copy-ready code
/* CSS */
color: #cd79b2;
background-color: #cd79b2;
/* Tailwind (arbitrary) */
class="text-[#cd79b2] bg-[#cd79b2]"
/* SCSS */
$brand: #cd79b2;
/* SwiftUI */
Color(red: 0.804, green: 0.475, blue: 0.698)
/* Android */
Color.parseColor("#cd79b2")Accessibility — WCAG contrast
Aa
#cd79b2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd79b2 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow13.2%
Key (black)19.6%
Color previews
#cd79b2 text on a black background
contrast 6.97:1
Card sample
#cd79b2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd79b2;
Background color
Panel with #cd79b2 background
background-color: #cd79b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd79b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 121, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 121, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd79b2; background: linear-gradient(135deg, #cd79b2, #CD797A);