#cf780c
a dark, electric orange · warm · closest name: chocolate
RGB
207, 120, 12
HSL
33°, 89%, 43%
CMYK
0, 42, 94, 19
Luminance
0.2672
Every format
| HEX | #cf780c |
| RGB | rgb(207, 120, 12) |
| HSL | hsl(33, 89%, 43%) |
| CMYK | cmyk(0%, 42%, 94%, 19%) |
| LAB | lab(58.7 27.6 63.5) |
| LCH | lch(58.7 69.3 66.5) |
| OKLCH | oklch(0.654 0.148 61.8) |
Copy-ready code
/* CSS */
color: #cf780c;
background-color: #cf780c;
/* Tailwind (arbitrary) */
class="text-[#cf780c] bg-[#cf780c]"
/* SCSS */
$brand: #cf780c;
/* SwiftUI */
Color(red: 0.812, green: 0.471, blue: 0.047)
/* Android */
Color.parseColor("#cf780c")Accessibility — WCAG contrast
Aa
#cf780c on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf780c on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow94.2%
Key (black)18.8%
Color previews
#cf780c text on a black background
contrast 6.34:1
Card sample
#cf780c text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf780c;
Background color
Panel with #cf780c background
background-color: #cf780c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf780c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 120, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 120, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf780c; background: linear-gradient(135deg, #cf780c, #A4CF0C);