#cf7708
a dark, electric orange · warm · closest name: chocolate
RGB
207, 119, 8
HSL
34°, 93%, 42%
CMYK
0, 43, 96, 19
Luminance
0.2648
Every format
| HEX | #cf7708 |
| RGB | rgb(207, 119, 8) |
| HSL | hsl(34, 93%, 42%) |
| CMYK | cmyk(0%, 43%, 96%, 19%) |
| LAB | lab(58.5 28.1 64.0) |
| LCH | lch(58.5 69.9 66.3) |
| OKLCH | oklch(0.652 0.149 61.5) |
Copy-ready code
/* CSS */
color: #cf7708;
background-color: #cf7708;
/* Tailwind (arbitrary) */
class="text-[#cf7708] bg-[#cf7708]"
/* SCSS */
$brand: #cf7708;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#cf7708")Accessibility — WCAG contrast
Aa
#cf7708 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7708 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow96.1%
Key (black)18.8%
Color previews
#cf7708 text on a black background
contrast 6.30:1
Card sample
#cf7708 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7708;
Background color
Panel with #cf7708 background
background-color: #cf7708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7708; background: linear-gradient(135deg, #cf7708, #A2CF08);