#cf5b46
a balanced, vivid red · warm · closest name: salmon
RGB
207, 91, 70
HSL
9°, 59%, 54%
CMYK
0, 56, 66, 19
Luminance
0.2119
Every format
| HEX | #cf5b46 |
| RGB | rgb(207, 91, 70) |
| HSL | hsl(9, 59%, 54%) |
| CMYK | cmyk(0%, 56%, 66%, 19%) |
| LAB | lab(53.2 44.5 34.5) |
| LCH | lch(53.2 56.3 37.8) |
| OKLCH | oklch(0.613 0.152 32.1) |
Copy-ready code
/* CSS */
color: #cf5b46;
background-color: #cf5b46;
/* Tailwind (arbitrary) */
class="text-[#cf5b46] bg-[#cf5b46]"
/* SCSS */
$brand: #cf5b46;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.275)
/* Android */
Color.parseColor("#cf5b46")Accessibility — WCAG contrast
Aa
#cf5b46 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5b46 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow66.2%
Key (black)18.8%
Color previews
#cf5b46 text on a black background
contrast 5.24:1
Card sample
#cf5b46 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5b46;
Background color
Panel with #cf5b46 background
background-color: #cf5b46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5b46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5b46; background: linear-gradient(135deg, #cf5b46, #CFB646);