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