#cf734f
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 115, 79
HSL
17°, 57%, 56%
CMYK
0, 44, 62, 19
Luminance
0.2609
Every format
| HEX | #cf734f |
| RGB | rgb(207, 115, 79) |
| HSL | hsl(17, 57%, 56%) |
| CMYK | cmyk(0%, 44%, 62%, 19%) |
| LAB | lab(58.1 32.9 35.6) |
| LCH | lch(58.1 48.5 47.2) |
| OKLCH | oklch(0.651 0.126 41.7) |
Copy-ready code
/* CSS */
color: #cf734f;
background-color: #cf734f;
/* Tailwind (arbitrary) */
class="text-[#cf734f] bg-[#cf734f]"
/* SCSS */
$brand: #cf734f;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.310)
/* Android */
Color.parseColor("#cf734f")Accessibility — WCAG contrast
Aa
#cf734f on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf734f on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow61.8%
Key (black)18.8%
Color previews
#cf734f text on a black background
contrast 6.22:1
Card sample
#cf734f text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf734f;
Background color
Panel with #cf734f background
background-color: #cf734f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf734f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf734f; background: linear-gradient(135deg, #cf734f, #CFC84F);