#cf7541
a balanced, vivid orange · warm · closest name: peru
RGB
207, 117, 65
HSL
22°, 60%, 53%
CMYK
0, 44, 69, 19
Luminance
0.2637
Every format
| HEX | #cf7541 |
| RGB | rgb(207, 117, 65) |
| HSL | hsl(22, 60%, 53%) |
| CMYK | cmyk(0%, 44%, 69%, 19%) |
| LAB | lab(58.4 31.0 43.3) |
| LCH | lch(58.4 53.2 54.4) |
| OKLCH | oklch(0.653 0.131 49.0) |
Copy-ready code
/* CSS */
color: #cf7541;
background-color: #cf7541;
/* Tailwind (arbitrary) */
class="text-[#cf7541] bg-[#cf7541]"
/* SCSS */
$brand: #cf7541;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.255)
/* Android */
Color.parseColor("#cf7541")Accessibility — WCAG contrast
Aa
#cf7541 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7541 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow68.6%
Key (black)18.8%
Color previews
#cf7541 text on a black background
contrast 6.27:1
Card sample
#cf7541 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7541;
Background color
Panel with #cf7541 background
background-color: #cf7541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7541; background: linear-gradient(135deg, #cf7541, #CACF41);