#cf7547
a balanced, vivid orange · warm · closest name: peru
RGB
207, 117, 71
HSL
20°, 59%, 55%
CMYK
0, 44, 66, 19
Luminance
0.2644
Every format
| HEX | #cf7547 |
| RGB | rgb(207, 117, 71) |
| HSL | hsl(20, 59%, 55%) |
| CMYK | cmyk(0%, 44%, 66%, 19%) |
| LAB | lab(58.5 31.3 40.3) |
| LCH | lch(58.5 51.0 52.1) |
| OKLCH | oklch(0.654 0.128 46.6) |
Copy-ready code
/* CSS */
color: #cf7547;
background-color: #cf7547;
/* Tailwind (arbitrary) */
class="text-[#cf7547] bg-[#cf7547]"
/* SCSS */
$brand: #cf7547;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.278)
/* Android */
Color.parseColor("#cf7547")Accessibility — WCAG contrast
Aa
#cf7547 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7547 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow65.7%
Key (black)18.8%
Color previews
#cf7547 text on a black background
contrast 6.29:1
Card sample
#cf7547 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7547;
Background color
Panel with #cf7547 background
background-color: #cf7547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7547; background: linear-gradient(135deg, #cf7547, #CECF47);