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