#cd799f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 121, 159
HSL
333°, 46%, 64%
CMYK
0, 41, 22, 20
Luminance
0.2916
Every format
| HEX | #cd799f |
| RGB | rgb(205, 121, 159) |
| HSL | hsl(333, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 22%, 20%) |
| LAB | lab(60.9 37.7 -6.2) |
| LCH | lch(60.9 38.2 350.7) |
| OKLCH | oklch(0.678 0.114 352.0) |
Copy-ready code
/* CSS */
color: #cd799f;
background-color: #cd799f;
/* Tailwind (arbitrary) */
class="text-[#cd799f] bg-[#cd799f]"
/* SCSS */
$brand: #cd799f;
/* SwiftUI */
Color(red: 0.804, green: 0.475, blue: 0.624)
/* Android */
Color.parseColor("#cd799f")Accessibility — WCAG contrast
Aa
#cd799f on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd799f on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow22.4%
Key (black)19.6%
Color previews
#cd799f text on a black background
contrast 6.83:1
Card sample
#cd799f text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd799f;
Background color
Panel with #cd799f background
background-color: #cd799f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd799f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 121, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 121, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd799f; background: linear-gradient(135deg, #cd799f, #CD8B79);