#cd838f
a light, soft red · warm · closest name: pink
RGB
205, 131, 143
HSL
350°, 43%, 66%
CMYK
0, 36, 30, 20
Luminance
0.3119
Every format
| HEX | #cd838f |
| RGB | rgb(205, 131, 143) |
| HSL | hsl(350, 43%, 66%) |
| CMYK | cmyk(0%, 36%, 30%, 20%) |
| LAB | lab(62.7 30.0 5.5) |
| LCH | lch(62.7 30.5 10.4) |
| OKLCH | oklch(0.690 0.092 9.2) |
Copy-ready code
/* CSS */
color: #cd838f;
background-color: #cd838f;
/* Tailwind (arbitrary) */
class="text-[#cd838f] bg-[#cd838f]"
/* SCSS */
$brand: #cd838f;
/* SwiftUI */
Color(red: 0.804, green: 0.514, blue: 0.561)
/* Android */
Color.parseColor("#cd838f")Accessibility — WCAG contrast
Aa
#cd838f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd838f on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow30.2%
Key (black)19.6%
Color previews
#cd838f text on a black background
contrast 7.24:1
Card sample
#cd838f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd838f;
Background color
Panel with #cd838f background
background-color: #cd838f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd838f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 131, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 131, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd838f; background: linear-gradient(135deg, #cd838f, #CDA883);