#cf855c
a balanced, vivid orange · warm · closest name: peru
RGB
207, 133, 92
HSL
21°, 55%, 59%
CMYK
0, 36, 56, 19
Luminance
0.3081
Every format
| HEX | #cf855c |
| RGB | rgb(207, 133, 92) |
| HSL | hsl(21, 55%, 59%) |
| CMYK | cmyk(0%, 36%, 56%, 19%) |
| LAB | lab(62.4 24.2 33.7) |
| LCH | lch(62.4 41.5 54.3) |
| OKLCH | oklch(0.684 0.107 49.3) |
Copy-ready code
/* CSS */
color: #cf855c;
background-color: #cf855c;
/* Tailwind (arbitrary) */
class="text-[#cf855c] bg-[#cf855c]"
/* SCSS */
$brand: #cf855c;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.361)
/* Android */
Color.parseColor("#cf855c")Accessibility — WCAG contrast
Aa
#cf855c on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf855c on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow55.6%
Key (black)18.8%
Color previews
#cf855c text on a black background
contrast 7.16:1
Card sample
#cf855c text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf855c;
Background color
Panel with #cf855c background
background-color: #cf855c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf855c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf855c; background: linear-gradient(135deg, #cf855c, #CCCF5C);