#cf795f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 121, 95
HSL
14°, 54%, 59%
CMYK
0, 42, 54, 19
Luminance
0.2777
Every format
| HEX | #cf795f |
| RGB | rgb(207, 121, 95) |
| HSL | hsl(14, 54%, 59%) |
| CMYK | cmyk(0%, 42%, 54%, 19%) |
| LAB | lab(59.7 30.9 28.7) |
| LCH | lch(59.7 42.2 42.8) |
| OKLCH | oklch(0.664 0.115 37.6) |
Copy-ready code
/* CSS */
color: #cf795f;
background-color: #cf795f;
/* Tailwind (arbitrary) */
class="text-[#cf795f] bg-[#cf795f]"
/* SCSS */
$brand: #cf795f;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.373)
/* Android */
Color.parseColor("#cf795f")Accessibility — WCAG contrast
Aa
#cf795f on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf795f on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow54.1%
Key (black)18.8%
Color previews
#cf795f text on a black background
contrast 6.55:1
Card sample
#cf795f text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf795f;
Background color
Panel with #cf795f background
background-color: #cf795f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf795f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf795f; background: linear-gradient(135deg, #cf795f, #CFC45F);