#cf433f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 67, 63
HSL
2°, 60%, 53%
CMYK
0, 68, 70, 19
Luminance
0.1764
Every format
| HEX | #cf433f |
| RGB | rgb(207, 67, 63) |
| HSL | hsl(2, 60%, 53%) |
| CMYK | cmyk(0%, 68%, 70%, 19%) |
| LAB | lab(49.1 54.8 33.6) |
| LCH | lch(49.1 64.3 31.5) |
| OKLCH | oklch(0.582 0.177 25.9) |
Copy-ready code
/* CSS */
color: #cf433f;
background-color: #cf433f;
/* Tailwind (arbitrary) */
class="text-[#cf433f] bg-[#cf433f]"
/* SCSS */
$brand: #cf433f;
/* SwiftUI */
Color(red: 0.812, green: 0.263, blue: 0.247)
/* Android */
Color.parseColor("#cf433f")Accessibility — WCAG contrast
Aa
#cf433f on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf433f on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cf433f text on a black background
contrast 4.53:1
Card sample
#cf433f text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf433f;
Background color
Panel with #cf433f background
background-color: #cf433f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf433f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 67, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 67, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf433f; background: linear-gradient(135deg, #cf433f, #CFA33F);