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