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