#cdaf6f
a balanced, vivid yellow · warm · closest name: tan
RGB
205, 175, 111
HSL
41°, 49%, 62%
CMYK
0, 15, 46, 20
Luminance
0.4479
Every format
| HEX | #cdaf6f |
| RGB | rgb(205, 175, 111) |
| HSL | hsl(41, 49%, 62%) |
| CMYK | cmyk(0%, 15%, 46%, 20%) |
| LAB | lab(72.8 2.4 36.8) |
| LCH | lch(72.8 36.8 86.3) |
| OKLCH | oklch(0.766 0.089 85.3) |
Copy-ready code
/* CSS */
color: #cdaf6f;
background-color: #cdaf6f;
/* Tailwind (arbitrary) */
class="text-[#cdaf6f] bg-[#cdaf6f]"
/* SCSS */
$brand: #cdaf6f;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.435)
/* Android */
Color.parseColor("#cdaf6f")Accessibility — WCAG contrast
Aa
#cdaf6f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf6f on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow45.9%
Key (black)19.6%
Color previews
#cdaf6f text on a black background
contrast 9.96:1
Card sample
#cdaf6f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf6f;
Background color
Panel with #cdaf6f background
background-color: #cdaf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf6f; background: linear-gradient(135deg, #cdaf6f, #ACCD6F);