#cda049
a balanced, vivid orange · warm · closest name: peru
RGB
205, 160, 73
HSL
40°, 57%, 55%
CMYK
0, 22, 64, 20
Luminance
0.3860
Every format
| HEX | #cda049 |
| RGB | rgb(205, 160, 73) |
| HSL | hsl(40, 57%, 55%) |
| CMYK | cmyk(0%, 22%, 64%, 20%) |
| LAB | lab(68.5 7.3 50.5) |
| LCH | lch(68.5 51.1 81.7) |
| OKLCH | oklch(0.731 0.117 81.5) |
Copy-ready code
/* CSS */
color: #cda049;
background-color: #cda049;
/* Tailwind (arbitrary) */
class="text-[#cda049] bg-[#cda049]"
/* SCSS */
$brand: #cda049;
/* SwiftUI */
Color(red: 0.804, green: 0.627, blue: 0.286)
/* Android */
Color.parseColor("#cda049")Accessibility — WCAG contrast
Aa
#cda049 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda049 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow64.4%
Key (black)19.6%
Color previews
#cda049 text on a black background
contrast 8.72:1
Card sample
#cda049 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda049;
Background color
Panel with #cda049 background
background-color: #cda049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 160, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 160, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda049; background: linear-gradient(135deg, #cda049, #A2CD49);