#cda437
a balanced, vivid yellow · warm · closest name: peru
RGB
205, 164, 55
HSL
44°, 60%, 51%
CMYK
0, 20, 73, 20
Luminance
0.3981
Every format
| HEX | #cda437 |
| RGB | rgb(205, 164, 55) |
| HSL | hsl(44, 60%, 51%) |
| CMYK | cmyk(0%, 20%, 73%, 20%) |
| LAB | lab(69.3 4.2 59.3) |
| LCH | lch(69.3 59.4 86.0) |
| OKLCH | oklch(0.737 0.131 87.4) |
Copy-ready code
/* CSS */
color: #cda437;
background-color: #cda437;
/* Tailwind (arbitrary) */
class="text-[#cda437] bg-[#cda437]"
/* SCSS */
$brand: #cda437;
/* SwiftUI */
Color(red: 0.804, green: 0.643, blue: 0.216)
/* Android */
Color.parseColor("#cda437")Accessibility — WCAG contrast
Aa
#cda437 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda437 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green64.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow73.2%
Key (black)19.6%
Color previews
#cda437 text on a black background
contrast 8.96:1
Card sample
#cda437 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda437;
Background color
Panel with #cda437 background
background-color: #cda437;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda437;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 164, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 164, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda437; background: linear-gradient(135deg, #cda437, #92CD37);