#cf6708
a dark, electric orange · warm · closest name: chocolate
RGB
207, 103, 8
HSL
29°, 93%, 42%
CMYK
0, 50, 96, 19
Luminance
0.2298
Every format
| HEX | #cf6708 |
| RGB | rgb(207, 103, 8) |
| HSL | hsl(29, 93%, 42%) |
| CMYK | cmyk(0%, 50%, 96%, 19%) |
| LAB | lab(55.1 36.5 61.8) |
| LCH | lch(55.1 71.7 59.4) |
| OKLCH | oklch(0.626 0.158 52.6) |
Copy-ready code
/* CSS */
color: #cf6708;
background-color: #cf6708;
/* Tailwind (arbitrary) */
class="text-[#cf6708] bg-[#cf6708]"
/* SCSS */
$brand: #cf6708;
/* SwiftUI */
Color(red: 0.812, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#cf6708")Accessibility — WCAG contrast
Aa
#cf6708 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6708 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow96.1%
Key (black)18.8%
Color previews
#cf6708 text on a black background
contrast 5.60:1
Card sample
#cf6708 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6708;
Background color
Panel with #cf6708 background
background-color: #cf6708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6708; background: linear-gradient(135deg, #cf6708, #B3CF08);