#cd8f3f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 143, 63
HSL
34°, 59%, 53%
CMYK
0, 30, 69, 20
Luminance
0.3298
Every format
| HEX | #cd8f3f |
| RGB | rgb(205, 143, 63) |
| HSL | hsl(34, 59%, 53%) |
| CMYK | cmyk(0%, 30%, 69%, 20%) |
| LAB | lab(64.2 15.9 50.5) |
| LCH | lch(64.2 53.0 72.5) |
| OKLCH | oklch(0.697 0.121 70.2) |
Copy-ready code
/* CSS */
color: #cd8f3f;
background-color: #cd8f3f;
/* Tailwind (arbitrary) */
class="text-[#cd8f3f] bg-[#cd8f3f]"
/* SCSS */
$brand: #cd8f3f;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.247)
/* Android */
Color.parseColor("#cd8f3f")Accessibility — WCAG contrast
Aa
#cd8f3f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f3f on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow69.3%
Key (black)19.6%
Color previews
#cd8f3f text on a black background
contrast 7.60:1
Card sample
#cd8f3f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f3f;
Background color
Panel with #cd8f3f background
background-color: #cd8f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f3f; background: linear-gradient(135deg, #cd8f3f, #ACCD3F);