#cdbc7f
a light, soft yellow · cool · closest name: tan
RGB
205, 188, 127
HSL
47°, 44%, 65%
CMYK
0, 8, 38, 20
Luminance
0.5048
Every format
| HEX | #cdbc7f |
| RGB | rgb(205, 188, 127) |
| HSL | hsl(47, 44%, 65%) |
| CMYK | cmyk(0%, 8%, 38%, 20%) |
| LAB | lab(76.4 -2.8 33.1) |
| LCH | lch(76.4 33.2 94.8) |
| OKLCH | oklch(0.795 0.082 94.4) |
Copy-ready code
/* CSS */
color: #cdbc7f;
background-color: #cdbc7f;
/* Tailwind (arbitrary) */
class="text-[#cdbc7f] bg-[#cdbc7f]"
/* SCSS */
$brand: #cdbc7f;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.498)
/* Android */
Color.parseColor("#cdbc7f")Accessibility — WCAG contrast
Aa
#cdbc7f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbc7f on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow38.0%
Key (black)19.6%
Color previews
#cdbc7f text on a black background
contrast 11.10:1
Card sample
#cdbc7f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbc7f;
Background color
Panel with #cdbc7f background
background-color: #cdbc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbc7f; background: linear-gradient(135deg, #cdbc7f, #AACD7F);