#cdb22f
a balanced, vivid yellow · cool · closest name: olive
RGB
205, 178, 47
HSL
50°, 63%, 49%
CMYK
0, 13, 77, 20
Luminance
0.4503
Every format
| HEX | #cdb22f |
| RGB | rgb(205, 178, 47) |
| HSL | hsl(50, 63%, 49%) |
| CMYK | cmyk(0%, 13%, 77%, 20%) |
| LAB | lab(72.9 -3.6 65.6) |
| LCH | lch(72.9 65.7 93.1) |
| OKLCH | oklch(0.765 0.144 96.8) |
Copy-ready code
/* CSS */
color: #cdb22f;
background-color: #cdb22f;
/* Tailwind (arbitrary) */
class="text-[#cdb22f] bg-[#cdb22f]"
/* SCSS */
$brand: #cdb22f;
/* SwiftUI */
Color(red: 0.804, green: 0.698, blue: 0.184)
/* Android */
Color.parseColor("#cdb22f")Accessibility — WCAG contrast
Aa
#cdb22f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb22f on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow77.1%
Key (black)19.6%
Color previews
#cdb22f text on a black background
contrast 10.01:1
Card sample
#cdb22f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb22f;
Background color
Panel with #cdb22f background
background-color: #cdb22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 178, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 178, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb22f; background: linear-gradient(135deg, #cdb22f, #7FCD2F);