#cf563f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 86, 63
HSL
10°, 60%, 53%
CMYK
0, 59, 70, 19
Luminance
0.2028
Every format
| HEX | #cf563f |
| RGB | rgb(207, 86, 63) |
| HSL | hsl(10, 60%, 53%) |
| CMYK | cmyk(0%, 59%, 70%, 19%) |
| LAB | lab(52.2 46.5 37.2) |
| LCH | lch(52.2 59.6 38.7) |
| OKLCH | oklch(0.605 0.159 32.6) |
Copy-ready code
/* CSS */
color: #cf563f;
background-color: #cf563f;
/* Tailwind (arbitrary) */
class="text-[#cf563f] bg-[#cf563f]"
/* SCSS */
$brand: #cf563f;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.247)
/* Android */
Color.parseColor("#cf563f")Accessibility — WCAG contrast
Aa
#cf563f on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf563f on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow69.6%
Key (black)18.8%
Color previews
#cf563f text on a black background
contrast 5.06:1
Card sample
#cf563f text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf563f;
Background color
Panel with #cf563f background
background-color: #cf563f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf563f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf563f; background: linear-gradient(135deg, #cf563f, #CFB63F);