#cf5b0c
a dark, electric orange · warm · closest name: chocolate
RGB
207, 91, 12
HSL
24°, 89%, 43%
CMYK
0, 56, 94, 19
Luminance
0.2077
Every format
| HEX | #cf5b0c |
| RGB | rgb(207, 91, 12) |
| HSL | hsl(24, 89%, 43%) |
| CMYK | cmyk(0%, 56%, 94%, 19%) |
| LAB | lab(52.7 42.5 59.4) |
| LCH | lch(52.7 73.1 54.4) |
| OKLCH | oklch(0.608 0.166 46.5) |
Copy-ready code
/* CSS */
color: #cf5b0c;
background-color: #cf5b0c;
/* Tailwind (arbitrary) */
class="text-[#cf5b0c] bg-[#cf5b0c]"
/* SCSS */
$brand: #cf5b0c;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.047)
/* Android */
Color.parseColor("#cf5b0c")Accessibility — WCAG contrast
Aa
#cf5b0c on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5b0c on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow94.2%
Key (black)18.8%
Color previews
#cf5b0c text on a black background
contrast 5.15:1
Card sample
#cf5b0c text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5b0c;
Background color
Panel with #cf5b0c background
background-color: #cf5b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5b0c; background: linear-gradient(135deg, #cf5b0c, #C1CF0C);