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