#cdb53f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 181, 63
HSL
50°, 59%, 53%
CMYK
0, 12, 69, 20
Luminance
0.4639
Every format
| HEX | #cdb53f |
| RGB | rgb(205, 181, 63) |
| HSL | hsl(50, 59%, 53%) |
| CMYK | cmyk(0%, 12%, 69%, 20%) |
| LAB | lab(73.8 -4.4 60.5) |
| LCH | lch(73.8 60.7 94.2) |
| OKLCH | oklch(0.773 0.137 97.5) |
Copy-ready code
/* CSS */
color: #cdb53f;
background-color: #cdb53f;
/* Tailwind (arbitrary) */
class="text-[#cdb53f] bg-[#cdb53f]"
/* SCSS */
$brand: #cdb53f;
/* SwiftUI */
Color(red: 0.804, green: 0.710, blue: 0.247)
/* Android */
Color.parseColor("#cdb53f")Accessibility — WCAG contrast
Aa
#cdb53f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb53f on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow69.3%
Key (black)19.6%
Color previews
#cdb53f text on a black background
contrast 10.28:1
Card sample
#cdb53f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb53f;
Background color
Panel with #cdb53f background
background-color: #cdb53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 181, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 181, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb53f; background: linear-gradient(135deg, #cdb53f, #86CD3F);