#cdb839
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 184, 57
HSL
52°, 60%, 51%
CMYK
0, 10, 72, 20
Luminance
0.4756
Every format
| HEX | #cdb839 |
| RGB | rgb(205, 184, 57) |
| HSL | hsl(52, 60%, 51%) |
| CMYK | cmyk(0%, 10%, 72%, 20%) |
| LAB | lab(74.5 -6.3 63.6) |
| LCH | lch(74.5 63.9 95.6) |
| OKLCH | oklch(0.778 0.143 99.6) |
Copy-ready code
/* CSS */
color: #cdb839;
background-color: #cdb839;
/* Tailwind (arbitrary) */
class="text-[#cdb839] bg-[#cdb839]"
/* SCSS */
$brand: #cdb839;
/* SwiftUI */
Color(red: 0.804, green: 0.722, blue: 0.224)
/* Android */
Color.parseColor("#cdb839")Accessibility — WCAG contrast
Aa
#cdb839 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb839 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow72.2%
Key (black)19.6%
Color previews
#cdb839 text on a black background
contrast 10.51:1
Card sample
#cdb839 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb839;
Background color
Panel with #cdb839 background
background-color: #cdb839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 184, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 184, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb839; background: linear-gradient(135deg, #cdb839, #7FCD39);