#cd9f7f
a light, soft orange · warm · closest name: tan
RGB
205, 159, 127
HSL
25°, 44%, 65%
CMYK
0, 22, 38, 20
Luminance
0.3931
Every format
| HEX | #cd9f7f |
| RGB | rgb(205, 159, 127) |
| HSL | hsl(25, 44%, 65%) |
| CMYK | cmyk(0%, 22%, 38%, 20%) |
| LAB | lab(69.0 12.8 23.3) |
| LCH | lch(69.0 26.5 61.3) |
| OKLCH | oklch(0.737 0.070 56.2) |
Copy-ready code
/* CSS */
color: #cd9f7f;
background-color: #cd9f7f;
/* Tailwind (arbitrary) */
class="text-[#cd9f7f] bg-[#cd9f7f]"
/* SCSS */
$brand: #cd9f7f;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.498)
/* Android */
Color.parseColor("#cd9f7f")Accessibility — WCAG contrast
Aa
#cd9f7f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9f7f on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow38.0%
Key (black)19.6%
Color previews
#cd9f7f text on a black background
contrast 8.86:1
Card sample
#cd9f7f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9f7f;
Background color
Panel with #cd9f7f background
background-color: #cd9f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9f7f; background: linear-gradient(135deg, #cd9f7f, #C7CD7F);