#cf463c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 70, 60
HSL
4°, 61%, 52%
CMYK
0, 66, 71, 19
Luminance
0.1797
Every format
| HEX | #cf463c |
| RGB | rgb(207, 70, 60) |
| HSL | hsl(4, 61%, 52%) |
| CMYK | cmyk(0%, 66%, 71%, 19%) |
| LAB | lab(49.5 53.4 35.8) |
| LCH | lch(49.5 64.3 33.8) |
| OKLCH | oklch(0.585 0.175 27.9) |
Copy-ready code
/* CSS */
color: #cf463c;
background-color: #cf463c;
/* Tailwind (arbitrary) */
class="text-[#cf463c] bg-[#cf463c]"
/* SCSS */
$brand: #cf463c;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.235)
/* Android */
Color.parseColor("#cf463c")Accessibility — WCAG contrast
Aa
#cf463c on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf463c on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow71.0%
Key (black)18.8%
Color previews
#cf463c text on a black background
contrast 4.59:1
Card sample
#cf463c text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf463c;
Background color
Panel with #cf463c background
background-color: #cf463c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf463c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 70, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf463c; background: linear-gradient(135deg, #cf463c, #CFA83C);