#cdc76f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 199, 111
HSL
56°, 49%, 62%
CMYK
0, 3, 46, 20
Luminance
0.5497
Every format
| HEX | #cdc76f |
| RGB | rgb(205, 199, 111) |
| HSL | hsl(56, 49%, 62%) |
| CMYK | cmyk(0%, 3%, 46%, 20%) |
| LAB | lab(79.0 -10.1 44.6) |
| LCH | lch(79.0 45.7 102.8) |
| OKLCH | oklch(0.816 0.111 105.1) |
Copy-ready code
/* CSS */
color: #cdc76f;
background-color: #cdc76f;
/* Tailwind (arbitrary) */
class="text-[#cdc76f] bg-[#cdc76f]"
/* SCSS */
$brand: #cdc76f;
/* SwiftUI */
Color(red: 0.804, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#cdc76f")Accessibility — WCAG contrast
Aa
#cdc76f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc76f on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow45.9%
Key (black)19.6%
Color previews
#cdc76f text on a black background
contrast 11.99:1
Card sample
#cdc76f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc76f;
Background color
Panel with #cdc76f background
background-color: #cdc76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc76f; background: linear-gradient(135deg, #cdc76f, #94CD6F);