#cf948c
a light, soft red · warm · closest name: pink
RGB
207, 148, 140
HSL
7°, 41%, 68%
CMYK
0, 29, 32, 19
Luminance
0.3634
Every format
| HEX | #cf948c |
| RGB | rgb(207, 148, 140) |
| HSL | hsl(7, 41%, 68%) |
| CMYK | cmyk(0%, 29%, 32%, 19%) |
| LAB | lab(66.8 21.2 13.1) |
| LCH | lch(66.8 24.9 31.7) |
| OKLCH | oklch(0.722 0.073 27.7) |
Copy-ready code
/* CSS */
color: #cf948c;
background-color: #cf948c;
/* Tailwind (arbitrary) */
class="text-[#cf948c] bg-[#cf948c]"
/* SCSS */
$brand: #cf948c;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.549)
/* Android */
Color.parseColor("#cf948c")Accessibility — WCAG contrast
Aa
#cf948c on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf948c on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow32.4%
Key (black)18.8%
Color previews
#cf948c text on a black background
contrast 8.27:1
Card sample
#cf948c text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf948c;
Background color
Panel with #cf948c background
background-color: #cf948c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf948c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf948c; background: linear-gradient(135deg, #cf948c, #CFC18C);