#cdb44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 180, 79
HSL
48°, 56%, 56%
CMYK
0, 12, 62, 20
Luminance
0.4619
Every format
| HEX | #cdb44f |
| RGB | rgb(205, 180, 79) |
| HSL | hsl(48, 56%, 56%) |
| CMYK | cmyk(0%, 12%, 62%, 20%) |
| LAB | lab(73.7 -2.9 53.5) |
| LCH | lch(73.7 53.6 93.1) |
| OKLCH | oklch(0.772 0.124 95.4) |
Copy-ready code
/* CSS */
color: #cdb44f;
background-color: #cdb44f;
/* Tailwind (arbitrary) */
class="text-[#cdb44f] bg-[#cdb44f]"
/* SCSS */
$brand: #cdb44f;
/* SwiftUI */
Color(red: 0.804, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#cdb44f")Accessibility — WCAG contrast
Aa
#cdb44f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb44f on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow61.5%
Key (black)19.6%
Color previews
#cdb44f text on a black background
contrast 10.24:1
Card sample
#cdb44f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb44f;
Background color
Panel with #cdb44f background
background-color: #cdb44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb44f; background: linear-gradient(135deg, #cdb44f, #92CD4F);