#cf949f
a light, soft red · warm · closest name: pink
RGB
207, 148, 159
HSL
349°, 38%, 70%
CMYK
0, 29, 23, 19
Luminance
0.3695
Every format
| HEX | #cf949f |
| RGB | rgb(207, 148, 159) |
| HSL | hsl(349, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 23%, 19%) |
| LAB | lab(67.2 23.8 3.1) |
| LCH | lch(67.2 24.0 7.4) |
| OKLCH | oklch(0.727 0.072 6.7) |
Copy-ready code
/* CSS */
color: #cf949f;
background-color: #cf949f;
/* Tailwind (arbitrary) */
class="text-[#cf949f] bg-[#cf949f]"
/* SCSS */
$brand: #cf949f;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.624)
/* Android */
Color.parseColor("#cf949f")Accessibility — WCAG contrast
Aa
#cf949f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf949f on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow23.2%
Key (black)18.8%
Color previews
#cf949f text on a black background
contrast 8.39:1
Card sample
#cf949f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf949f;
Background color
Panel with #cf949f background
background-color: #cf949f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf949f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf949f; background: linear-gradient(135deg, #cf949f, #CFB094);