#cf852f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 133, 47
HSL
32°, 63%, 50%
CMYK
0, 36, 77, 19
Luminance
0.3025
Every format
| HEX | #cf852f |
| RGB | rgb(207, 133, 47) |
| HSL | hsl(32, 63%, 50%) |
| CMYK | cmyk(0%, 36%, 77%, 19%) |
| LAB | lab(61.9 21.5 55.3) |
| LCH | lch(61.9 59.3 68.8) |
| OKLCH | oklch(0.679 0.133 65.5) |
Copy-ready code
/* CSS */
color: #cf852f;
background-color: #cf852f;
/* Tailwind (arbitrary) */
class="text-[#cf852f] bg-[#cf852f]"
/* SCSS */
$brand: #cf852f;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.184)
/* Android */
Color.parseColor("#cf852f")Accessibility — WCAG contrast
Aa
#cf852f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf852f on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow77.3%
Key (black)18.8%
Color previews
#cf852f text on a black background
contrast 7.05:1
Card sample
#cf852f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf852f;
Background color
Panel with #cf852f background
background-color: #cf852f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf852f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf852f; background: linear-gradient(135deg, #cf852f, #AECF2F);