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