#cf944f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 148, 79
HSL
32°, 57%, 56%
CMYK
0, 29, 62, 19
Luminance
0.3501
Every format
| HEX | #cf944f |
| RGB | rgb(207, 148, 79) |
| HSL | hsl(32, 57%, 56%) |
| CMYK | cmyk(0%, 29%, 62%, 19%) |
| LAB | lab(65.8 15.1 44.6) |
| LCH | lch(65.8 47.1 71.3) |
| OKLCH | oklch(0.710 0.112 68.6) |
Copy-ready code
/* CSS */
color: #cf944f;
background-color: #cf944f;
/* Tailwind (arbitrary) */
class="text-[#cf944f] bg-[#cf944f]"
/* SCSS */
$brand: #cf944f;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.310)
/* Android */
Color.parseColor("#cf944f")Accessibility — WCAG contrast
Aa
#cf944f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf944f on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow61.8%
Key (black)18.8%
Color previews
#cf944f text on a black background
contrast 8.00:1
Card sample
#cf944f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf944f;
Background color
Panel with #cf944f background
background-color: #cf944f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf944f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf944f; background: linear-gradient(135deg, #cf944f, #B5CF4F);