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