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