#cf5145
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 81, 69
HSL
5°, 59%, 54%
CMYK
0, 61, 67, 19
Luminance
0.1958
Every format
| HEX | #cf5145 |
| RGB | rgb(207, 81, 69) |
| HSL | hsl(5, 59%, 54%) |
| CMYK | cmyk(0%, 61%, 67%, 19%) |
| LAB | lab(51.4 49.1 32.9) |
| LCH | lch(51.4 59.1 33.8) |
| OKLCH | oklch(0.600 0.162 28.3) |
Copy-ready code
/* CSS */
color: #cf5145;
background-color: #cf5145;
/* Tailwind (arbitrary) */
class="text-[#cf5145] bg-[#cf5145]"
/* SCSS */
$brand: #cf5145;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.271)
/* Android */
Color.parseColor("#cf5145")Accessibility — WCAG contrast
Aa
#cf5145 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5145 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow66.7%
Key (black)18.8%
Color previews
#cf5145 text on a black background
contrast 4.92:1
Card sample
#cf5145 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5145;
Background color
Panel with #cf5145 background
background-color: #cf5145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5145; background: linear-gradient(135deg, #cf5145, #CFAD45);