#cf5607
a dark, electric orange · warm · closest name: chocolate
RGB
207, 86, 7
HSL
24°, 94%, 42%
CMYK
0, 59, 97, 19
Luminance
0.1994
Every format
| HEX | #cf5607 |
| RGB | rgb(207, 86, 7) |
| HSL | hsl(24, 94%, 42%) |
| CMYK | cmyk(0%, 59%, 97%, 19%) |
| LAB | lab(51.8 44.9 59.9) |
| LCH | lch(51.8 74.8 53.1) |
| OKLCH | oklch(0.601 0.170 44.8) |
Copy-ready code
/* CSS */
color: #cf5607;
background-color: #cf5607;
/* Tailwind (arbitrary) */
class="text-[#cf5607] bg-[#cf5607]"
/* SCSS */
$brand: #cf5607;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#cf5607")Accessibility — WCAG contrast
Aa
#cf5607 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5607 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow96.6%
Key (black)18.8%
Color previews
#cf5607 text on a black background
contrast 4.99:1
Card sample
#cf5607 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5607;
Background color
Panel with #cf5607 background
background-color: #cf5607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5607; background: linear-gradient(135deg, #cf5607, #C3CF07);