#cf4100
a dark, electric orange · warm · closest name: chocolate
RGB
207, 65, 0
HSL
19°, 100%, 41%
CMYK
0, 69, 100, 19
Luminance
0.1705
Every format
| HEX | #cf4100 |
| RGB | rgb(207, 65, 0) |
| HSL | hsl(19, 100%, 41%) |
| CMYK | cmyk(0%, 69%, 100%, 19%) |
| LAB | lab(48.3 54.0 59.6) |
| LCH | lch(48.3 80.4 47.9) |
| OKLCH | oklch(0.575 0.188 38.1) |
Copy-ready code
/* CSS */
color: #cf4100;
background-color: #cf4100;
/* Tailwind (arbitrary) */
class="text-[#cf4100] bg-[#cf4100]"
/* SCSS */
$brand: #cf4100;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.000)
/* Android */
Color.parseColor("#cf4100")Accessibility — WCAG contrast
Aa
#cf4100 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4100 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow100.0%
Key (black)18.8%
Color previews
#cf4100 text on a black background
contrast 4.41:1
Card sample
#cf4100 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4100;
Background color
Panel with #cf4100 background
background-color: #cf4100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4100; background: linear-gradient(135deg, #cf4100, #CFCB00);