#cf7041
a balanced, vivid orange · warm · closest name: peru
RGB
207, 112, 65
HSL
20°, 60%, 53%
CMYK
0, 46, 69, 19
Luminance
0.2524
Every format
| HEX | #cf7041 |
| RGB | rgb(207, 112, 65) |
| HSL | hsl(20, 60%, 53%) |
| CMYK | cmyk(0%, 46%, 69%, 19%) |
| LAB | lab(57.3 33.6 42.1) |
| LCH | lch(57.3 53.8 51.4) |
| OKLCH | oklch(0.644 0.135 45.6) |
Copy-ready code
/* CSS */
color: #cf7041;
background-color: #cf7041;
/* Tailwind (arbitrary) */
class="text-[#cf7041] bg-[#cf7041]"
/* SCSS */
$brand: #cf7041;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.255)
/* Android */
Color.parseColor("#cf7041")Accessibility — WCAG contrast
Aa
#cf7041 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7041 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow68.6%
Key (black)18.8%
Color previews
#cf7041 text on a black background
contrast 6.05:1
Card sample
#cf7041 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7041;
Background color
Panel with #cf7041 background
background-color: #cf7041;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7041;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7041; background: linear-gradient(135deg, #cf7041, #CFCF41);