#cf8841
a balanced, vivid orange · warm · “peru”
RGB
207, 136, 65
HSL
30°, 60%, 53%
CMYK
0, 34, 69, 19
Luminance
0.3126
Every format
| HEX | #cf8841 |
| RGB | rgb(207, 136, 65) |
| HSL | hsl(30, 60%, 53%) |
| CMYK | cmyk(0%, 34%, 69%, 19%) |
| LAB | lab(62.7 20.7 48.1) |
| LCH | lch(62.7 52.4 66.7) |
| OKLCH | oklch(0.686 0.122 63.1) |
Copy-ready code
/* CSS */
color: #cf8841;
background-color: #cf8841;
/* Tailwind (arbitrary) */
class="text-[#cf8841] bg-[#cf8841]"
/* SCSS */
$brand: #cf8841;
/* SwiftUI */
Color(red: 0.812, green: 0.533, blue: 0.255)
/* Android */
Color.parseColor("#cf8841")Accessibility — WCAG contrast
Aa
#cf8841 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8841 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.3%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow68.6%
Key (black)18.8%
Color previews
#cf8841 text on a black background
contrast 7.25:1
Card sample
#cf8841 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8841;
Background color
Panel with #cf8841 background
background-color: #cf8841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 136, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 136, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8841; background: linear-gradient(135deg, #cf8841, #B7CF41);