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