#cd7f28
a balanced, vivid orange · warm · closest name: peru
RGB
205, 127, 40
HSL
32°, 67%, 48%
CMYK
0, 38, 81, 20
Luminance
0.2831
Every format
| HEX | #cd7f28 |
| RGB | rgb(205, 127, 40) |
| HSL | hsl(32, 67%, 48%) |
| CMYK | cmyk(0%, 38%, 81%, 20%) |
| LAB | lab(60.2 23.6 56.4) |
| LCH | lch(60.2 61.1 67.3) |
| OKLCH | oklch(0.665 0.136 63.5) |
Copy-ready code
/* CSS */
color: #cd7f28;
background-color: #cd7f28;
/* Tailwind (arbitrary) */
class="text-[#cd7f28] bg-[#cd7f28]"
/* SCSS */
$brand: #cd7f28;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.157)
/* Android */
Color.parseColor("#cd7f28")Accessibility — WCAG contrast
Aa
#cd7f28 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd7f28 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow80.5%
Key (black)19.6%
Color previews
#cd7f28 text on a black background
contrast 6.66:1
Card sample
#cd7f28 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7f28;
Background color
Panel with #cd7f28 background
background-color: #cd7f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7f28; background: linear-gradient(135deg, #cd7f28, #ADCD28);