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