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