#cf874f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 135, 79
HSL
26°, 57%, 56%
CMYK
0, 35, 62, 19
Luminance
0.3116
Every format
| HEX | #cf874f |
| RGB | rgb(207, 135, 79) |
| HSL | hsl(26, 57%, 56%) |
| CMYK | cmyk(0%, 35%, 62%, 19%) |
| LAB | lab(62.6 22.1 41.0) |
| LCH | lch(62.6 46.6 61.6) |
| OKLCH | oklch(0.686 0.114 57.2) |
Copy-ready code
/* CSS */
color: #cf874f;
background-color: #cf874f;
/* Tailwind (arbitrary) */
class="text-[#cf874f] bg-[#cf874f]"
/* SCSS */
$brand: #cf874f;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.310)
/* Android */
Color.parseColor("#cf874f")Accessibility — WCAG contrast
Aa
#cf874f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf874f on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow61.8%
Key (black)18.8%
Color previews
#cf874f text on a black background
contrast 7.23:1
Card sample
#cf874f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf874f;
Background color
Panel with #cf874f background
background-color: #cf874f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf874f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf874f; background: linear-gradient(135deg, #cf874f, #C2CF4F);