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