#cf620c
a dark, electric orange · warm · closest name: chocolate
RGB
207, 98, 12
HSL
27°, 89%, 43%
CMYK
0, 53, 94, 19
Luminance
0.2203
Every format
| HEX | #cf620c |
| RGB | rgb(207, 98, 12) |
| HSL | hsl(27, 89%, 43%) |
| CMYK | cmyk(0%, 53%, 94%, 19%) |
| LAB | lab(54.1 39.1 60.3) |
| LCH | lch(54.1 71.9 57.1) |
| OKLCH | oklch(0.619 0.160 49.7) |
Copy-ready code
/* CSS */
color: #cf620c;
background-color: #cf620c;
/* Tailwind (arbitrary) */
class="text-[#cf620c] bg-[#cf620c]"
/* SCSS */
$brand: #cf620c;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.047)
/* Android */
Color.parseColor("#cf620c")Accessibility — WCAG contrast
Aa
#cf620c on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf620c on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow94.2%
Key (black)18.8%
Color previews
#cf620c text on a black background
contrast 5.41:1
Card sample
#cf620c text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf620c;
Background color
Panel with #cf620c background
background-color: #cf620c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf620c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf620c; background: linear-gradient(135deg, #cf620c, #BACF0C);