#cf730b
a dark, electric orange · warm · closest name: chocolate
RGB
207, 115, 11
HSL
32°, 90%, 43%
CMYK
0, 44, 95, 19
Luminance
0.2555
Every format
| HEX | #cf730b |
| RGB | rgb(207, 115, 11) |
| HSL | hsl(32, 90%, 43%) |
| CMYK | cmyk(0%, 44%, 95%, 19%) |
| LAB | lab(57.6 30.3 62.9) |
| LCH | lch(57.6 69.8 64.3) |
| OKLCH | oklch(0.646 0.150 58.9) |
Copy-ready code
/* CSS */
color: #cf730b;
background-color: #cf730b;
/* Tailwind (arbitrary) */
class="text-[#cf730b] bg-[#cf730b]"
/* SCSS */
$brand: #cf730b;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.043)
/* Android */
Color.parseColor("#cf730b")Accessibility — WCAG contrast
Aa
#cf730b on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf730b on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow94.7%
Key (black)18.8%
Color previews
#cf730b text on a black background
contrast 6.11:1
Card sample
#cf730b text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf730b;
Background color
Panel with #cf730b background
background-color: #cf730b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf730b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf730b; background: linear-gradient(135deg, #cf730b, #A8CF0B);