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