#cd893f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 137, 63
HSL
31°, 59%, 53%
CMYK
0, 33, 69, 20
Luminance
0.3123
Every format
| HEX | #cd893f |
| RGB | rgb(205, 137, 63) |
| HSL | hsl(31, 59%, 53%) |
| CMYK | cmyk(0%, 33%, 69%, 20%) |
| LAB | lab(62.7 19.2 48.9) |
| LCH | lch(62.7 52.6 68.6) |
| OKLCH | oklch(0.686 0.122 65.4) |
Copy-ready code
/* CSS */
color: #cd893f;
background-color: #cd893f;
/* Tailwind (arbitrary) */
class="text-[#cd893f] bg-[#cd893f]"
/* SCSS */
$brand: #cd893f;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.247)
/* Android */
Color.parseColor("#cd893f")Accessibility — WCAG contrast
Aa
#cd893f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd893f on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow69.3%
Key (black)19.6%
Color previews
#cd893f text on a black background
contrast 7.25:1
Card sample
#cd893f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd893f;
Background color
Panel with #cd893f background
background-color: #cd893f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd893f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd893f; background: linear-gradient(135deg, #cd893f, #B2CD3F);