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