#cf503f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 80, 63
HSL
7°, 60%, 53%
CMYK
0, 61, 70, 19
Luminance
0.1936
Every format
| HEX | #cf503f |
| RGB | rgb(207, 80, 63) |
| HSL | hsl(7, 60%, 53%) |
| CMYK | cmyk(0%, 61%, 70%, 19%) |
| LAB | lab(51.1 49.3 36.0) |
| LCH | lch(51.1 61.0 36.2) |
| OKLCH | oklch(0.597 0.164 30.2) |
Copy-ready code
/* CSS */
color: #cf503f;
background-color: #cf503f;
/* Tailwind (arbitrary) */
class="text-[#cf503f] bg-[#cf503f]"
/* SCSS */
$brand: #cf503f;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.247)
/* Android */
Color.parseColor("#cf503f")Accessibility — WCAG contrast
Aa
#cf503f on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf503f on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow69.6%
Key (black)18.8%
Color previews
#cf503f text on a black background
contrast 4.87:1
Card sample
#cf503f text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf503f;
Background color
Panel with #cf503f background
background-color: #cf503f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf503f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf503f; background: linear-gradient(135deg, #cf503f, #CFB03F);