#cdb35f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 179, 95
HSL
46°, 52%, 59%
CMYK
0, 13, 54, 20
Luminance
0.4605
Every format
| HEX | #cdb35f |
| RGB | rgb(205, 179, 95) |
| HSL | hsl(46, 52%, 59%) |
| CMYK | cmyk(0%, 13%, 54%, 20%) |
| LAB | lab(73.6 -1.2 45.9) |
| LCH | lch(73.6 45.9 91.5) |
| OKLCH | oklch(0.772 0.108 92.5) |
Copy-ready code
/* CSS */
color: #cdb35f;
background-color: #cdb35f;
/* Tailwind (arbitrary) */
class="text-[#cdb35f] bg-[#cdb35f]"
/* SCSS */
$brand: #cdb35f;
/* SwiftUI */
Color(red: 0.804, green: 0.702, blue: 0.373)
/* Android */
Color.parseColor("#cdb35f")Accessibility — WCAG contrast
Aa
#cdb35f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb35f on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow53.7%
Key (black)19.6%
Color previews
#cdb35f text on a black background
contrast 10.21:1
Card sample
#cdb35f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb35f;
Background color
Panel with #cdb35f background
background-color: #cdb35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 179, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 179, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb35f; background: linear-gradient(135deg, #cdb35f, #9ECD5F);