#cd699b
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 105, 155
HSL
330°, 50%, 61%
CMYK
0, 49, 24, 20
Luminance
0.2545
Every format
| HEX | #cd699b |
| RGB | rgb(205, 105, 155) |
| HSL | hsl(330, 50%, 61%) |
| CMYK | cmyk(0%, 49%, 24%, 20%) |
| LAB | lab(57.5 45.4 -9.0) |
| LCH | lch(57.5 46.3 348.8) |
| OKLCH | oklch(0.652 0.139 350.3) |
Copy-ready code
/* CSS */
color: #cd699b;
background-color: #cd699b;
/* Tailwind (arbitrary) */
class="text-[#cd699b] bg-[#cd699b]"
/* SCSS */
$brand: #cd699b;
/* SwiftUI */
Color(red: 0.804, green: 0.412, blue: 0.608)
/* Android */
Color.parseColor("#cd699b")Accessibility — WCAG contrast
Aa
#cd699b on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd699b on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green41.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow24.4%
Key (black)19.6%
Color previews
#cd699b text on a black background
contrast 6.09:1
Card sample
#cd699b text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd699b;
Background color
Panel with #cd699b background
background-color: #cd699b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd699b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 105, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 105, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd699b; background: linear-gradient(135deg, #cd699b, #CD7A69);