#cd8f7f
a light, soft red · warm · closest name: tan
RGB
205, 143, 127
HSL
12°, 44%, 65%
CMYK
0, 30, 38, 20
Luminance
0.3416
Every format
| HEX | #cd8f7f |
| RGB | rgb(205, 143, 127) |
| HSL | hsl(12, 44%, 65%) |
| CMYK | cmyk(0%, 30%, 38%, 20%) |
| LAB | lab(65.1 21.5 18.0) |
| LCH | lch(65.1 28.0 39.9) |
| OKLCH | oklch(0.707 0.080 35.0) |
Copy-ready code
/* CSS */
color: #cd8f7f;
background-color: #cd8f7f;
/* Tailwind (arbitrary) */
class="text-[#cd8f7f] bg-[#cd8f7f]"
/* SCSS */
$brand: #cd8f7f;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.498)
/* Android */
Color.parseColor("#cd8f7f")Accessibility — WCAG contrast
Aa
#cd8f7f on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f7f on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow38.0%
Key (black)19.6%
Color previews
#cd8f7f text on a black background
contrast 7.83:1
Card sample
#cd8f7f text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f7f;
Background color
Panel with #cd8f7f background
background-color: #cd8f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f7f; background: linear-gradient(135deg, #cd8f7f, #CDC37F);