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