#cdb96f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 185, 111
HSL
47°, 49%, 62%
CMYK
0, 10, 46, 20
Luminance
0.4882
Every format
| HEX | #cdb96f |
| RGB | rgb(205, 185, 111) |
| HSL | hsl(47, 49%, 62%) |
| CMYK | cmyk(0%, 10%, 46%, 20%) |
| LAB | lab(75.3 -2.9 40.0) |
| LCH | lch(75.3 40.1 94.1) |
| OKLCH | oklch(0.786 0.097 94.7) |
Copy-ready code
/* CSS */
color: #cdb96f;
background-color: #cdb96f;
/* Tailwind (arbitrary) */
class="text-[#cdb96f] bg-[#cdb96f]"
/* SCSS */
$brand: #cdb96f;
/* SwiftUI */
Color(red: 0.804, green: 0.725, blue: 0.435)
/* Android */
Color.parseColor("#cdb96f")Accessibility — WCAG contrast
Aa
#cdb96f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb96f on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow45.9%
Key (black)19.6%
Color previews
#cdb96f text on a black background
contrast 10.76:1
Card sample
#cdb96f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb96f;
Background color
Panel with #cdb96f background
background-color: #cdb96f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb96f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 185, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 185, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb96f; background: linear-gradient(135deg, #cdb96f, #A2CD6F);