#cda539
a balanced, vivid yellow · warm · closest name: peru
RGB
205, 165, 57
HSL
44°, 60%, 51%
CMYK
0, 20, 72, 20
Luminance
0.4018
Every format
| HEX | #cda539 |
| RGB | rgb(205, 165, 57) |
| HSL | hsl(44, 60%, 51%) |
| CMYK | cmyk(0%, 20%, 72%, 20%) |
| LAB | lab(69.6 3.8 58.7) |
| LCH | lch(69.6 58.8 86.3) |
| OKLCH | oklch(0.739 0.131 87.9) |
Copy-ready code
/* CSS */
color: #cda539;
background-color: #cda539;
/* Tailwind (arbitrary) */
class="text-[#cda539] bg-[#cda539]"
/* SCSS */
$brand: #cda539;
/* SwiftUI */
Color(red: 0.804, green: 0.647, blue: 0.224)
/* Android */
Color.parseColor("#cda539")Accessibility — WCAG contrast
Aa
#cda539 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda539 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green64.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow72.2%
Key (black)19.6%
Color previews
#cda539 text on a black background
contrast 9.04:1
Card sample
#cda539 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda539;
Background color
Panel with #cda539 background
background-color: #cda539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 165, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 165, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda539; background: linear-gradient(135deg, #cda539, #92CD39);