#cf5643
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 86, 67
HSL
8°, 59%, 54%
CMYK
0, 59, 68, 19
Luminance
0.2033
Every format
| HEX | #cf5643 |
| RGB | rgb(207, 86, 67) |
| HSL | hsl(8, 59%, 54%) |
| CMYK | cmyk(0%, 59%, 68%, 19%) |
| LAB | lab(52.2 46.7 35.1) |
| LCH | lch(52.2 58.4 36.9) |
| OKLCH | oklch(0.606 0.158 31.1) |
Copy-ready code
/* CSS */
color: #cf5643;
background-color: #cf5643;
/* Tailwind (arbitrary) */
class="text-[#cf5643] bg-[#cf5643]"
/* SCSS */
$brand: #cf5643;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.263)
/* Android */
Color.parseColor("#cf5643")Accessibility — WCAG contrast
Aa
#cf5643 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5643 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow67.6%
Key (black)18.8%
Color previews
#cf5643 text on a black background
contrast 5.07:1
Card sample
#cf5643 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5643;
Background color
Panel with #cf5643 background
background-color: #cf5643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5643; background: linear-gradient(135deg, #cf5643, #CFB343);