#cf4d09
a dark, electric orange · warm · closest name: chocolate
RGB
207, 77, 9
HSL
21°, 92%, 42%
CMYK
0, 63, 96, 19
Luminance
0.1859
Every format
| HEX | #cf4d09 |
| RGB | rgb(207, 77, 9) |
| HSL | hsl(21, 92%, 42%) |
| CMYK | cmyk(0%, 63%, 96%, 19%) |
| LAB | lab(50.2 49.0 58.5) |
| LCH | lch(50.2 76.3 50.0) |
| OKLCH | oklch(0.589 0.177 41.2) |
Copy-ready code
/* CSS */
color: #cf4d09;
background-color: #cf4d09;
/* Tailwind (arbitrary) */
class="text-[#cf4d09] bg-[#cf4d09]"
/* SCSS */
$brand: #cf4d09;
/* SwiftUI */
Color(red: 0.812, green: 0.302, blue: 0.035)
/* Android */
Color.parseColor("#cf4d09")Accessibility — WCAG contrast
Aa
#cf4d09 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4d09 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.2%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow95.7%
Key (black)18.8%
Color previews
#cf4d09 text on a black background
contrast 4.72:1
Card sample
#cf4d09 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4d09;
Background color
Panel with #cf4d09 background
background-color: #cf4d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 77, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 77, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4d09; background: linear-gradient(135deg, #cf4d09, #CDCF09);