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