#cf4f44
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 79, 68
HSL
5°, 59%, 54%
CMYK
0, 62, 67, 19
Luminance
0.1927
Every format
| HEX | #cf4f44 |
| RGB | rgb(207, 79, 68) |
| HSL | hsl(5, 59%, 54%) |
| CMYK | cmyk(0%, 62%, 67%, 19%) |
| LAB | lab(51.0 50.0 33.1) |
| LCH | lch(51.0 59.9 33.5) |
| OKLCH | oklch(0.597 0.164 28.0) |
Copy-ready code
/* CSS */
color: #cf4f44;
background-color: #cf4f44;
/* Tailwind (arbitrary) */
class="text-[#cf4f44] bg-[#cf4f44]"
/* SCSS */
$brand: #cf4f44;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.267)
/* Android */
Color.parseColor("#cf4f44")Accessibility — WCAG contrast
Aa
#cf4f44 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f44 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow67.1%
Key (black)18.8%
Color previews
#cf4f44 text on a black background
contrast 4.85:1
Card sample
#cf4f44 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f44;
Background color
Panel with #cf4f44 background
background-color: #cf4f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f44; background: linear-gradient(135deg, #cf4f44, #CFAB44);