#cdaf7f
a light, soft orange · warm · closest name: tan
RGB
205, 175, 127
HSL
37°, 44%, 65%
CMYK
0, 15, 38, 20
Luminance
0.4517
Every format
| HEX | #cdaf7f |
| RGB | rgb(205, 175, 127) |
| HSL | hsl(37, 44%, 65%) |
| CMYK | cmyk(0%, 15%, 38%, 20%) |
| LAB | lab(73.0 4.1 28.6) |
| LCH | lch(73.0 28.9 81.8) |
| OKLCH | oklch(0.769 0.073 79.1) |
Copy-ready code
/* CSS */
color: #cdaf7f;
background-color: #cdaf7f;
/* Tailwind (arbitrary) */
class="text-[#cdaf7f] bg-[#cdaf7f]"
/* SCSS */
$brand: #cdaf7f;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#cdaf7f")Accessibility — WCAG contrast
Aa
#cdaf7f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf7f on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow38.0%
Key (black)19.6%
Color previews
#cdaf7f text on a black background
contrast 10.03:1
Card sample
#cdaf7f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf7f;
Background color
Panel with #cdaf7f background
background-color: #cdaf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf7f; background: linear-gradient(135deg, #cdaf7f, #B7CD7F);