#cf7b8f
a balanced, vivid red · warm · closest name: pink
RGB
207, 123, 143
HSL
346°, 47%, 65%
CMYK
0, 41, 31, 19
Luminance
0.2941
Every format
| HEX | #cf7b8f |
| RGB | rgb(207, 123, 143) |
| HSL | hsl(346, 47%, 65%) |
| CMYK | cmyk(0%, 41%, 31%, 19%) |
| LAB | lab(61.1 35.1 3.4) |
| LCH | lch(61.1 35.2 5.5) |
| OKLCH | oklch(0.679 0.107 4.9) |
Copy-ready code
/* CSS */
color: #cf7b8f;
background-color: #cf7b8f;
/* Tailwind (arbitrary) */
class="text-[#cf7b8f] bg-[#cf7b8f]"
/* SCSS */
$brand: #cf7b8f;
/* SwiftUI */
Color(red: 0.812, green: 0.482, blue: 0.561)
/* Android */
Color.parseColor("#cf7b8f")Accessibility — WCAG contrast
Aa
#cf7b8f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7b8f on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow30.9%
Key (black)18.8%
Color previews
#cf7b8f text on a black background
contrast 6.88:1
Card sample
#cf7b8f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7b8f;
Background color
Panel with #cf7b8f background
background-color: #cf7b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 123, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 123, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7b8f; background: linear-gradient(135deg, #cf7b8f, #CF9F7B);