#cf5113
a dark, electric orange · warm · closest name: chocolate
RGB
207, 81, 19
HSL
20°, 83%, 44%
CMYK
0, 61, 91, 19
Luminance
0.1920
Every format
| HEX | #cf5113 |
| RGB | rgb(207, 81, 19) |
| HSL | hsl(20, 83%, 44%) |
| CMYK | cmyk(0%, 61%, 91%, 19%) |
| LAB | lab(50.9 47.4 56.3) |
| LCH | lch(50.9 73.6 49.9) |
| OKLCH | oklch(0.595 0.173 41.6) |
Copy-ready code
/* CSS */
color: #cf5113;
background-color: #cf5113;
/* Tailwind (arbitrary) */
class="text-[#cf5113] bg-[#cf5113]"
/* SCSS */
$brand: #cf5113;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#cf5113")Accessibility — WCAG contrast
Aa
#cf5113 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5113 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow90.8%
Key (black)18.8%
Color previews
#cf5113 text on a black background
contrast 4.84:1
Card sample
#cf5113 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5113;
Background color
Panel with #cf5113 background
background-color: #cf5113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5113; background: linear-gradient(135deg, #cf5113, #CFCE13);