#cd9f8f
a light, soft orange · warm · closest name: tan
RGB
205, 159, 143
HSL
16°, 38%, 68%
CMYK
0, 22, 30, 20
Luminance
0.3976
Every format
| HEX | #cd9f8f |
| RGB | rgb(205, 159, 143) |
| HSL | hsl(16, 38%, 68%) |
| CMYK | cmyk(0%, 22%, 30%, 20%) |
| LAB | lab(69.3 14.8 14.9) |
| LCH | lch(69.3 21.0 45.3) |
| OKLCH | oklch(0.741 0.060 40.0) |
Copy-ready code
/* CSS */
color: #cd9f8f;
background-color: #cd9f8f;
/* Tailwind (arbitrary) */
class="text-[#cd9f8f] bg-[#cd9f8f]"
/* SCSS */
$brand: #cd9f8f;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.561)
/* Android */
Color.parseColor("#cd9f8f")Accessibility — WCAG contrast
Aa
#cd9f8f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9f8f on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow30.2%
Key (black)19.6%
Color previews
#cd9f8f text on a black background
contrast 8.95:1
Card sample
#cd9f8f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9f8f;
Background color
Panel with #cd9f8f background
background-color: #cd9f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9f8f; background: linear-gradient(135deg, #cd9f8f, #CDC88F);