#cdb044
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 176, 68
HSL
47°, 58%, 54%
CMYK
0, 14, 67, 20
Luminance
0.4445
Every format
| HEX | #cdb044 |
| RGB | rgb(205, 176, 68) |
| HSL | hsl(47, 58%, 54%) |
| CMYK | cmyk(0%, 14%, 67%, 20%) |
| LAB | lab(72.5 -1.5 57.1) |
| LCH | lch(72.5 57.2 91.5) |
| OKLCH | oklch(0.763 0.129 94.0) |
Copy-ready code
/* CSS */
color: #cdb044;
background-color: #cdb044;
/* Tailwind (arbitrary) */
class="text-[#cdb044] bg-[#cdb044]"
/* SCSS */
$brand: #cdb044;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.267)
/* Android */
Color.parseColor("#cdb044")Accessibility — WCAG contrast
Aa
#cdb044 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb044 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow66.8%
Key (black)19.6%
Color previews
#cdb044 text on a black background
contrast 9.89:1
Card sample
#cdb044 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb044;
Background color
Panel with #cdb044 background
background-color: #cdb044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb044; background: linear-gradient(135deg, #cdb044, #8FCD44);