#cf8113
a dark, electric orange · warm · closest name: peru
RGB
207, 129, 19
HSL
35°, 83%, 44%
CMYK
0, 38, 91, 19
Luminance
0.2901
Every format
| HEX | #cf8113 |
| RGB | rgb(207, 129, 19) |
| HSL | hsl(35, 83%, 44%) |
| CMYK | cmyk(0%, 38%, 91%, 19%) |
| LAB | lab(60.8 22.9 63.6) |
| LCH | lch(60.8 67.5 70.2) |
| OKLCH | oklch(0.670 0.144 66.9) |
Copy-ready code
/* CSS */
color: #cf8113;
background-color: #cf8113;
/* Tailwind (arbitrary) */
class="text-[#cf8113] bg-[#cf8113]"
/* SCSS */
$brand: #cf8113;
/* SwiftUI */
Color(red: 0.812, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#cf8113")Accessibility — WCAG contrast
Aa
#cf8113 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf8113 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow90.8%
Key (black)18.8%
Color previews
#cf8113 text on a black background
contrast 6.80:1
Card sample
#cf8113 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8113;
Background color
Panel with #cf8113 background
background-color: #cf8113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8113; background: linear-gradient(135deg, #cf8113, #A0CF13);