#cd892f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 137, 47
HSL
34°, 63%, 49%
CMYK
0, 33, 77, 20
Luminance
0.3108
Every format
| HEX | #cd892f |
| RGB | rgb(205, 137, 47) |
| HSL | hsl(34, 63%, 49%) |
| CMYK | cmyk(0%, 33%, 77%, 20%) |
| LAB | lab(62.6 18.5 55.9) |
| LCH | lch(62.6 58.9 71.7) |
| OKLCH | oklch(0.684 0.131 69.2) |
Copy-ready code
/* CSS */
color: #cd892f;
background-color: #cd892f;
/* Tailwind (arbitrary) */
class="text-[#cd892f] bg-[#cd892f]"
/* SCSS */
$brand: #cd892f;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#cd892f")Accessibility — WCAG contrast
Aa
#cd892f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd892f on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow77.1%
Key (black)19.6%
Color previews
#cd892f text on a black background
contrast 7.22:1
Card sample
#cd892f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd892f;
Background color
Panel with #cd892f background
background-color: #cd892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd892f; background: linear-gradient(135deg, #cd892f, #A8CD2F);