#cdc44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 196, 79
HSL
56°, 56%, 56%
CMYK
0, 4, 62, 20
Luminance
0.5302
Every format
| HEX | #cdc44f |
| RGB | rgb(205, 196, 79) |
| HSL | hsl(56, 56%, 56%) |
| CMYK | cmyk(0%, 4%, 62%, 20%) |
| LAB | lab(77.9 -11.2 58.1) |
| LCH | lch(77.9 59.2 100.9) |
| OKLCH | oklch(0.805 0.137 104.9) |
Copy-ready code
/* CSS */
color: #cdc44f;
background-color: #cdc44f;
/* Tailwind (arbitrary) */
class="text-[#cdc44f] bg-[#cdc44f]"
/* SCSS */
$brand: #cdc44f;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#cdc44f")Accessibility — WCAG contrast
Aa
#cdc44f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc44f on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow61.5%
Key (black)19.6%
Color previews
#cdc44f text on a black background
contrast 11.60:1
Card sample
#cdc44f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc44f;
Background color
Panel with #cdc44f background
background-color: #cdc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc44f; background: linear-gradient(135deg, #cdc44f, #82CD4F);