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