#cd7d8f
a balanced, soft red · warm · closest name: pink
RGB
205, 125, 143
HSL
347°, 44%, 65%
CMYK
0, 39, 30, 20
Luminance
0.2963
Every format
| HEX | #cd7d8f |
| RGB | rgb(205, 125, 143) |
| HSL | hsl(347, 44%, 65%) |
| CMYK | cmyk(0%, 39%, 30%, 20%) |
| LAB | lab(61.3 33.3 3.6) |
| LCH | lch(61.3 33.5 6.2) |
| OKLCH | oklch(0.680 0.101 5.6) |
Copy-ready code
/* CSS */
color: #cd7d8f;
background-color: #cd7d8f;
/* Tailwind (arbitrary) */
class="text-[#cd7d8f] bg-[#cd7d8f]"
/* SCSS */
$brand: #cd7d8f;
/* SwiftUI */
Color(red: 0.804, green: 0.490, blue: 0.561)
/* Android */
Color.parseColor("#cd7d8f")Accessibility — WCAG contrast
Aa
#cd7d8f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd7d8f on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow30.2%
Key (black)19.6%
Color previews
#cd7d8f text on a black background
contrast 6.93:1
Card sample
#cd7d8f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7d8f;
Background color
Panel with #cd7d8f background
background-color: #cd7d8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7d8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 125, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 125, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7d8f; background: linear-gradient(135deg, #cd7d8f, #CDA07D);