#cf4445
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 68, 69
HSL
360°, 59%, 54%
CMYK
0, 67, 67, 19
Luminance
0.1783
Every format
| HEX | #cf4445 |
| RGB | rgb(207, 68, 69) |
| HSL | hsl(360, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 67%, 19%) |
| LAB | lab(49.3 54.7 30.4) |
| LCH | lch(49.3 62.6 29.1) |
| OKLCH | oklch(0.584 0.175 24.0) |
Copy-ready code
/* CSS */
color: #cf4445;
background-color: #cf4445;
/* Tailwind (arbitrary) */
class="text-[#cf4445] bg-[#cf4445]"
/* SCSS */
$brand: #cf4445;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.271)
/* Android */
Color.parseColor("#cf4445")Accessibility — WCAG contrast
Aa
#cf4445 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4445 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow66.7%
Key (black)18.8%
Color previews
#cf4445 text on a black background
contrast 4.57:1
Card sample
#cf4445 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4445;
Background color
Panel with #cf4445 background
background-color: #cf4445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4445; background: linear-gradient(135deg, #cf4445, #CFA044);