#cf704f
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 112, 79
HSL
16°, 57%, 56%
CMYK
0, 46, 62, 19
Luminance
0.2542
Every format
| HEX | #cf704f |
| RGB | rgb(207, 112, 79) |
| HSL | hsl(16, 57%, 56%) |
| CMYK | cmyk(0%, 46%, 62%, 19%) |
| LAB | lab(57.5 34.5 34.8) |
| LCH | lch(57.5 49.0 45.3) |
| OKLCH | oklch(0.646 0.129 39.7) |
Copy-ready code
/* CSS */
color: #cf704f;
background-color: #cf704f;
/* Tailwind (arbitrary) */
class="text-[#cf704f] bg-[#cf704f]"
/* SCSS */
$brand: #cf704f;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.310)
/* Android */
Color.parseColor("#cf704f")Accessibility — WCAG contrast
Aa
#cf704f on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf704f on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow61.8%
Key (black)18.8%
Color previews
#cf704f text on a black background
contrast 6.08:1
Card sample
#cf704f text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf704f;
Background color
Panel with #cf704f background
background-color: #cf704f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf704f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf704f; background: linear-gradient(135deg, #cf704f, #CFC54F);