#cf7049
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 112, 73
HSL
18°, 58%, 55%
CMYK
0, 46, 65, 19
Luminance
0.2533
Every format
| HEX | #cf7049 |
| RGB | rgb(207, 112, 73) |
| HSL | hsl(18, 58%, 55%) |
| CMYK | cmyk(0%, 46%, 65%, 19%) |
| LAB | lab(57.4 34.1 38.0) |
| LCH | lch(57.4 51.0 48.1) |
| OKLCH | oklch(0.646 0.131 42.4) |
Copy-ready code
/* CSS */
color: #cf7049;
background-color: #cf7049;
/* Tailwind (arbitrary) */
class="text-[#cf7049] bg-[#cf7049]"
/* SCSS */
$brand: #cf7049;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.286)
/* Android */
Color.parseColor("#cf7049")Accessibility — WCAG contrast
Aa
#cf7049 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7049 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow64.7%
Key (black)18.8%
Color previews
#cf7049 text on a black background
contrast 6.07:1
Card sample
#cf7049 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7049;
Background color
Panel with #cf7049 background
background-color: #cf7049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7049; background: linear-gradient(135deg, #cf7049, #CFC949);