#cdbc7a
a balanced, vivid yellow · cool · closest name: tan
RGB
205, 188, 122
HSL
48°, 45%, 64%
CMYK
0, 8, 41, 20
Luminance
0.5035
Every format
| HEX | #cdbc7a |
| RGB | rgb(205, 188, 122) |
| HSL | hsl(48, 45%, 64%) |
| CMYK | cmyk(0%, 8%, 41%, 20%) |
| LAB | lab(76.3 -3.3 35.6) |
| LCH | lch(76.3 35.7 95.3) |
| OKLCH | oklch(0.794 0.087 95.4) |
Copy-ready code
/* CSS */
color: #cdbc7a;
background-color: #cdbc7a;
/* Tailwind (arbitrary) */
class="text-[#cdbc7a] bg-[#cdbc7a]"
/* SCSS */
$brand: #cdbc7a;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.478)
/* Android */
Color.parseColor("#cdbc7a")Accessibility — WCAG contrast
Aa
#cdbc7a on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbc7a on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow40.5%
Key (black)19.6%
Color previews
#cdbc7a text on a black background
contrast 11.07:1
Card sample
#cdbc7a text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbc7a;
Background color
Panel with #cdbc7a background
background-color: #cdbc7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbc7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbc7a; background: linear-gradient(135deg, #cdbc7a, #A7CD7A);