#cd897f
a light, soft red · warm · closest name: pink
RGB
205, 137, 127
HSL
8°, 44%, 65%
CMYK
0, 33, 38, 20
Luminance
0.3240
Every format
| HEX | #cd897f |
| RGB | rgb(205, 137, 127) |
| HSL | hsl(8, 44%, 65%) |
| CMYK | cmyk(0%, 33%, 38%, 20%) |
| LAB | lab(63.7 24.8 16.0) |
| LCH | lch(63.7 29.5 32.9) |
| OKLCH | oklch(0.696 0.085 28.6) |
Copy-ready code
/* CSS */
color: #cd897f;
background-color: #cd897f;
/* Tailwind (arbitrary) */
class="text-[#cd897f] bg-[#cd897f]"
/* SCSS */
$brand: #cd897f;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.498)
/* Android */
Color.parseColor("#cd897f")Accessibility — WCAG contrast
Aa
#cd897f on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd897f on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow38.0%
Key (black)19.6%
Color previews
#cd897f text on a black background
contrast 7.48:1
Card sample
#cd897f text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd897f;
Background color
Panel with #cd897f background
background-color: #cd897f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd897f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd897f; background: linear-gradient(135deg, #cd897f, #CDBD7F);