#cf7913
a dark, electric orange · warm · closest name: chocolate
RGB
207, 121, 19
HSL
33°, 83%, 44%
CMYK
0, 42, 91, 19
Luminance
0.2699
Every format
| HEX | #cf7913 |
| RGB | rgb(207, 121, 19) |
| HSL | hsl(33, 83%, 44%) |
| CMYK | cmyk(0%, 42%, 91%, 19%) |
| LAB | lab(59.0 27.2 62.2) |
| LCH | lch(59.0 67.9 66.4) |
| OKLCH | oklch(0.656 0.146 61.9) |
Copy-ready code
/* CSS */
color: #cf7913;
background-color: #cf7913;
/* Tailwind (arbitrary) */
class="text-[#cf7913] bg-[#cf7913]"
/* SCSS */
$brand: #cf7913;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#cf7913")Accessibility — WCAG contrast
Aa
#cf7913 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7913 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow90.8%
Key (black)18.8%
Color previews
#cf7913 text on a black background
contrast 6.40:1
Card sample
#cf7913 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7913;
Background color
Panel with #cf7913 background
background-color: #cf7913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7913; background: linear-gradient(135deg, #cf7913, #A7CF13);