#cd9f4f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 159, 79
HSL
38°, 56%, 56%
CMYK
0, 22, 62, 20
Luminance
0.3834
Every format
| HEX | #cd9f4f |
| RGB | rgb(205, 159, 79) |
| HSL | hsl(38, 56%, 56%) |
| CMYK | cmyk(0%, 22%, 62%, 20%) |
| LAB | lab(68.3 8.3 47.5) |
| LCH | lch(68.3 48.2 80.1) |
| OKLCH | oklch(0.730 0.112 79.3) |
Copy-ready code
/* CSS */
color: #cd9f4f;
background-color: #cd9f4f;
/* Tailwind (arbitrary) */
class="text-[#cd9f4f] bg-[#cd9f4f]"
/* SCSS */
$brand: #cd9f4f;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.310)
/* Android */
Color.parseColor("#cd9f4f")Accessibility — WCAG contrast
Aa
#cd9f4f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9f4f on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow61.5%
Key (black)19.6%
Color previews
#cd9f4f text on a black background
contrast 8.67:1
Card sample
#cd9f4f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9f4f;
Background color
Panel with #cd9f4f background
background-color: #cd9f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9f4f; background: linear-gradient(135deg, #cd9f4f, #A7CD4F);