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