#cd8f7c
a balanced, soft red · warm · closest name: tan
RGB
205, 143, 124
HSL
14°, 45%, 65%
CMYK
0, 30, 40, 20
Luminance
0.3408
Every format
| HEX | #cd8f7c |
| RGB | rgb(205, 143, 124) |
| HSL | hsl(14, 45%, 65%) |
| CMYK | cmyk(0%, 30%, 40%, 20%) |
| LAB | lab(65.0 21.1 19.6) |
| LCH | lch(65.0 28.8 42.8) |
| OKLCH | oklch(0.707 0.081 37.8) |
Copy-ready code
/* CSS */
color: #cd8f7c;
background-color: #cd8f7c;
/* Tailwind (arbitrary) */
class="text-[#cd8f7c] bg-[#cd8f7c]"
/* SCSS */
$brand: #cd8f7c;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.486)
/* Android */
Color.parseColor("#cd8f7c")Accessibility — WCAG contrast
Aa
#cd8f7c on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f7c on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow39.5%
Key (black)19.6%
Color previews
#cd8f7c text on a black background
contrast 7.82:1
Card sample
#cd8f7c text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f7c;
Background color
Panel with #cd8f7c background
background-color: #cd8f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f7c; background: linear-gradient(135deg, #cd8f7c, #CDC57C);