#cf562f
a balanced, vivid red · warm · closest name: chocolate
RGB
207, 86, 47
HSL
15°, 63%, 50%
CMYK
0, 59, 77, 19
Luminance
0.2013
Every format
| HEX | #cf562f |
| RGB | rgb(207, 86, 47) |
| HSL | hsl(15, 63%, 50%) |
| CMYK | cmyk(0%, 59%, 77%, 19%) |
| LAB | lab(52.0 45.8 45.5) |
| LCH | lch(52.0 64.6 44.8) |
| OKLCH | oklch(0.603 0.163 37.9) |
Copy-ready code
/* CSS */
color: #cf562f;
background-color: #cf562f;
/* Tailwind (arbitrary) */
class="text-[#cf562f] bg-[#cf562f]"
/* SCSS */
$brand: #cf562f;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.184)
/* Android */
Color.parseColor("#cf562f")Accessibility — WCAG contrast
Aa
#cf562f on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf562f on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow77.3%
Key (black)18.8%
Color previews
#cf562f text on a black background
contrast 5.03:1
Card sample
#cf562f text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf562f;
Background color
Panel with #cf562f background
background-color: #cf562f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf562f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf562f; background: linear-gradient(135deg, #cf562f, #CFC12F);