#cf767f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 118, 127
HSL
354°, 48%, 64%
CMYK
0, 43, 39, 19
Luminance
0.2775
Every format
| HEX | #cf767f |
| RGB | rgb(207, 118, 127) |
| HSL | hsl(354, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 39%, 19%) |
| LAB | lab(59.7 35.8 10.4) |
| LCH | lch(59.7 37.2 16.3) |
| OKLCH | oklch(0.666 0.112 14.1) |
Copy-ready code
/* CSS */
color: #cf767f;
background-color: #cf767f;
/* Tailwind (arbitrary) */
class="text-[#cf767f] bg-[#cf767f]"
/* SCSS */
$brand: #cf767f;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.498)
/* Android */
Color.parseColor("#cf767f")Accessibility — WCAG contrast
Aa
#cf767f on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf767f on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cf767f text on a black background
contrast 6.55:1
Card sample
#cf767f text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf767f;
Background color
Panel with #cf767f background
background-color: #cf767f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf767f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf767f; background: linear-gradient(135deg, #cf767f, #CFA876);