#cf6613
a dark, electric orange · warm · closest name: chocolate
RGB
207, 102, 19
HSL
27°, 83%, 44%
CMYK
0, 51, 91, 19
Luminance
0.2282
Every format
| HEX | #cf6613 |
| RGB | rgb(207, 102, 19) |
| HSL | hsl(27, 83%, 44%) |
| CMYK | cmyk(0%, 51%, 91%, 19%) |
| LAB | lab(54.9 37.2 59.2) |
| LCH | lch(54.9 69.9 57.9) |
| OKLCH | oklch(0.625 0.157 51.0) |
Copy-ready code
/* CSS */
color: #cf6613;
background-color: #cf6613;
/* Tailwind (arbitrary) */
class="text-[#cf6613] bg-[#cf6613]"
/* SCSS */
$brand: #cf6613;
/* SwiftUI */
Color(red: 0.812, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#cf6613")Accessibility — WCAG contrast
Aa
#cf6613 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6613 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow90.8%
Key (black)18.8%
Color previews
#cf6613 text on a black background
contrast 5.56:1
Card sample
#cf6613 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6613;
Background color
Panel with #cf6613 background
background-color: #cf6613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6613; background: linear-gradient(135deg, #cf6613, #BBCF13);