#cf710f
a dark, electric orange · warm · closest name: chocolate
RGB
207, 113, 15
HSL
31°, 87%, 44%
CMYK
0, 45, 93, 19
Luminance
0.2511
Every format
| HEX | #cf710f |
| RGB | rgb(207, 113, 15) |
| HSL | hsl(31, 87%, 44%) |
| CMYK | cmyk(0%, 45%, 93%, 19%) |
| LAB | lab(57.2 31.4 61.8) |
| LCH | lch(57.2 69.3 63.1) |
| OKLCH | oklch(0.642 0.151 57.5) |
Copy-ready code
/* CSS */
color: #cf710f;
background-color: #cf710f;
/* Tailwind (arbitrary) */
class="text-[#cf710f] bg-[#cf710f]"
/* SCSS */
$brand: #cf710f;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.059)
/* Android */
Color.parseColor("#cf710f")Accessibility — WCAG contrast
Aa
#cf710f on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf710f on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow92.8%
Key (black)18.8%
Color previews
#cf710f text on a black background
contrast 6.02:1
Card sample
#cf710f text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf710f;
Background color
Panel with #cf710f background
background-color: #cf710f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf710f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf710f; background: linear-gradient(135deg, #cf710f, #ADCF0F);