#cf4608
a dark, electric orange · warm · closest name: chocolate
RGB
207, 70, 8
HSL
19°, 93%, 42%
CMYK
0, 66, 96, 19
Luminance
0.1766
Every format
| HEX | #cf4608 |
| RGB | rgb(207, 70, 8) |
| HSL | hsl(19, 93%, 42%) |
| CMYK | cmyk(0%, 66%, 96%, 19%) |
| LAB | lab(49.1 52.0 58.0) |
| LCH | lch(49.1 77.9 48.1) |
| OKLCH | oklch(0.581 0.183 38.9) |
Copy-ready code
/* CSS */
color: #cf4608;
background-color: #cf4608;
/* Tailwind (arbitrary) */
class="text-[#cf4608] bg-[#cf4608]"
/* SCSS */
$brand: #cf4608;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.031)
/* Android */
Color.parseColor("#cf4608")Accessibility — WCAG contrast
Aa
#cf4608 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4608 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow96.1%
Key (black)18.8%
Color previews
#cf4608 text on a black background
contrast 4.53:1
Card sample
#cf4608 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4608;
Background color
Panel with #cf4608 background
background-color: #cf4608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 70, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4608; background: linear-gradient(135deg, #cf4608, #CFCB08);