#cf741f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 116, 31
HSL
29°, 74%, 47%
CMYK
0, 44, 85, 19
Luminance
0.2586
Every format
| HEX | #cf741f |
| RGB | rgb(207, 116, 31) |
| HSL | hsl(29, 74%, 47%) |
| CMYK | cmyk(0%, 44%, 85%, 19%) |
| LAB | lab(57.9 30.1 57.8) |
| LCH | lch(57.9 65.2 62.5) |
| OKLCH | oklch(0.648 0.145 57.2) |
Copy-ready code
/* CSS */
color: #cf741f;
background-color: #cf741f;
/* Tailwind (arbitrary) */
class="text-[#cf741f] bg-[#cf741f]"
/* SCSS */
$brand: #cf741f;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.122)
/* Android */
Color.parseColor("#cf741f")Accessibility — WCAG contrast
Aa
#cf741f on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf741f on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow85.0%
Key (black)18.8%
Color previews
#cf741f text on a black background
contrast 6.17:1
Card sample
#cf741f text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf741f;
Background color
Panel with #cf741f background
background-color: #cf741f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf741f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 116, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf741f; background: linear-gradient(135deg, #cf741f, #B5CF1F);