#cd944f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 148, 79
HSL
33°, 56%, 56%
CMYK
0, 28, 62, 20
Luminance
0.3472
Every format
| HEX | #cd944f |
| RGB | rgb(205, 148, 79) |
| HSL | hsl(33, 56%, 56%) |
| CMYK | cmyk(0%, 28%, 62%, 20%) |
| LAB | lab(65.5 14.2 44.3) |
| LCH | lch(65.5 46.5 72.2) |
| OKLCH | oklch(0.708 0.110 69.6) |
Copy-ready code
/* CSS */
color: #cd944f;
background-color: #cd944f;
/* Tailwind (arbitrary) */
class="text-[#cd944f] bg-[#cd944f]"
/* SCSS */
$brand: #cd944f;
/* SwiftUI */
Color(red: 0.804, green: 0.580, blue: 0.310)
/* Android */
Color.parseColor("#cd944f")Accessibility — WCAG contrast
Aa
#cd944f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd944f on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow61.5%
Key (black)19.6%
Color previews
#cd944f text on a black background
contrast 7.94:1
Card sample
#cd944f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd944f;
Background color
Panel with #cd944f background
background-color: #cd944f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd944f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 148, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 148, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd944f; background: linear-gradient(135deg, #cd944f, #B2CD4F);