#cf8540
a balanced, vivid orange · warm · “peru”
RGB
207, 133, 64
HSL
29°, 60%, 53%
CMYK
0, 36, 69, 19
Luminance
0.3041
Every format
| HEX | #cf8540 |
| RGB | rgb(207, 133, 64) |
| HSL | hsl(29, 60%, 53%) |
| CMYK | cmyk(0%, 36%, 69%, 19%) |
| LAB | lab(62.0 22.3 47.8) |
| LCH | lch(62.0 52.7 65.0) |
| OKLCH | oklch(0.681 0.124 61.0) |
Copy-ready code
/* CSS */
color: #cf8540;
background-color: #cf8540;
/* Tailwind (arbitrary) */
class="text-[#cf8540] bg-[#cf8540]"
/* SCSS */
$brand: #cf8540;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.251)
/* Android */
Color.parseColor("#cf8540")Accessibility — WCAG contrast
Aa
#cf8540 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8540 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow69.1%
Key (black)18.8%
Color previews
#cf8540 text on a black background
contrast 7.08:1
Card sample
#cf8540 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8540;
Background color
Panel with #cf8540 background
background-color: #cf8540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8540; background: linear-gradient(135deg, #cf8540, #B9CF40);