#cdb62f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 182, 47
HSL
51°, 63%, 49%
CMYK
0, 11, 77, 20
Luminance
0.4664
Every format
| HEX | #cdb62f |
| RGB | rgb(205, 182, 47) |
| HSL | hsl(51, 63%, 49%) |
| CMYK | cmyk(0%, 11%, 77%, 20%) |
| LAB | lab(74.0 -5.7 66.5) |
| LCH | lch(74.0 66.8 94.9) |
| OKLCH | oklch(0.774 0.147 99.0) |
Copy-ready code
/* CSS */
color: #cdb62f;
background-color: #cdb62f;
/* Tailwind (arbitrary) */
class="text-[#cdb62f] bg-[#cdb62f]"
/* SCSS */
$brand: #cdb62f;
/* SwiftUI */
Color(red: 0.804, green: 0.714, blue: 0.184)
/* Android */
Color.parseColor("#cdb62f")Accessibility — WCAG contrast
Aa
#cdb62f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb62f on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow77.1%
Key (black)19.6%
Color previews
#cdb62f text on a black background
contrast 10.33:1
Card sample
#cdb62f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb62f;
Background color
Panel with #cdb62f background
background-color: #cdb62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 182, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 182, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb62f; background: linear-gradient(135deg, #cdb62f, #7BCD2F);