#cd9d9f
a light, soft red · warm · closest name: pink
RGB
205, 157, 159
HSL
358°, 32%, 71%
CMYK
0, 23, 22, 20
Luminance
0.3960
Every format
| HEX | #cd9d9f |
| RGB | rgb(205, 157, 159) |
| HSL | hsl(358, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 22%, 20%) |
| LAB | lab(69.2 18.1 5.9) |
| LCH | lch(69.2 19.1 17.9) |
| OKLCH | oklch(0.741 0.057 15.8) |
Copy-ready code
/* CSS */
color: #cd9d9f;
background-color: #cd9d9f;
/* Tailwind (arbitrary) */
class="text-[#cd9d9f] bg-[#cd9d9f]"
/* SCSS */
$brand: #cd9d9f;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.624)
/* Android */
Color.parseColor("#cd9d9f")Accessibility — WCAG contrast
Aa
#cd9d9f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9d9f on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow22.4%
Key (black)19.6%
Color previews
#cd9d9f text on a black background
contrast 8.92:1
Card sample
#cd9d9f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9d9f;
Background color
Panel with #cd9d9f background
background-color: #cd9d9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9d9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9d9f; background: linear-gradient(135deg, #cd9d9f, #CDBB9D);