#cf4b09
a dark, electric orange · warm · closest name: chocolate
RGB
207, 75, 9
HSL
20°, 92%, 42%
CMYK
0, 64, 96, 19
Luminance
0.1832
Every format
| HEX | #cf4b09 |
| RGB | rgb(207, 75, 9) |
| HSL | hsl(20, 92%, 42%) |
| CMYK | cmyk(0%, 64%, 96%, 19%) |
| LAB | lab(49.9 49.9 58.3) |
| LCH | lch(49.9 76.7 49.4) |
| OKLCH | oklch(0.587 0.179 40.5) |
Copy-ready code
/* CSS */
color: #cf4b09;
background-color: #cf4b09;
/* Tailwind (arbitrary) */
class="text-[#cf4b09] bg-[#cf4b09]"
/* SCSS */
$brand: #cf4b09;
/* SwiftUI */
Color(red: 0.812, green: 0.294, blue: 0.035)
/* Android */
Color.parseColor("#cf4b09")Accessibility — WCAG contrast
Aa
#cf4b09 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4b09 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.4%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow95.7%
Key (black)18.8%
Color previews
#cf4b09 text on a black background
contrast 4.66:1
Card sample
#cf4b09 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4b09;
Background color
Panel with #cf4b09 background
background-color: #cf4b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 75, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 75, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4b09; background: linear-gradient(135deg, #cf4b09, #CFCF09);