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