#cf732f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 115, 47
HSL
26°, 63%, 50%
CMYK
0, 44, 77, 19
Luminance
0.2573
Every format
| HEX | #cf732f |
| RGB | rgb(207, 115, 47) |
| HSL | hsl(26, 63%, 50%) |
| CMYK | cmyk(0%, 44%, 77%, 19%) |
| LAB | lab(57.8 31.2 51.3) |
| LCH | lch(57.8 60.0 58.7) |
| OKLCH | oklch(0.648 0.140 53.3) |
Copy-ready code
/* CSS */
color: #cf732f;
background-color: #cf732f;
/* Tailwind (arbitrary) */
class="text-[#cf732f] bg-[#cf732f]"
/* SCSS */
$brand: #cf732f;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.184)
/* Android */
Color.parseColor("#cf732f")Accessibility — WCAG contrast
Aa
#cf732f on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf732f on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf732f text on a black background
contrast 6.15:1
Card sample
#cf732f text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf732f;
Background color
Panel with #cf732f background
background-color: #cf732f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf732f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf732f; background: linear-gradient(135deg, #cf732f, #C0CF2F);