#cf6949
a balanced, vivid red · warm · closest name: sienna
RGB
207, 105, 73
HSL
14°, 58%, 55%
CMYK
0, 49, 65, 19
Luminance
0.2385
Every format
| HEX | #cf6949 |
| RGB | rgb(207, 105, 73) |
| HSL | hsl(14, 58%, 55%) |
| CMYK | cmyk(0%, 49%, 65%, 19%) |
| LAB | lab(55.9 37.7 36.2) |
| LCH | lch(55.9 52.3 43.8) |
| OKLCH | oklch(0.634 0.137 38.1) |
Copy-ready code
/* CSS */
color: #cf6949;
background-color: #cf6949;
/* Tailwind (arbitrary) */
class="text-[#cf6949] bg-[#cf6949]"
/* SCSS */
$brand: #cf6949;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.286)
/* Android */
Color.parseColor("#cf6949")Accessibility — WCAG contrast
Aa
#cf6949 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6949 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow64.7%
Key (black)18.8%
Color previews
#cf6949 text on a black background
contrast 5.77:1
Card sample
#cf6949 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6949;
Background color
Panel with #cf6949 background
background-color: #cf6949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6949; background: linear-gradient(135deg, #cf6949, #CFC249);