#cf94ab
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 148, 171
HSL
337°, 38%, 70%
CMYK
0, 29, 17, 19
Luminance
0.3739
Every format
| HEX | #cf94ab |
| RGB | rgb(207, 148, 171) |
| HSL | hsl(337, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 17%, 19%) |
| LAB | lab(67.6 25.6 -3.1) |
| LCH | lch(67.6 25.8 353.0) |
| OKLCH | oklch(0.730 0.077 354.0) |
Copy-ready code
/* CSS */
color: #cf94ab;
background-color: #cf94ab;
/* Tailwind (arbitrary) */
class="text-[#cf94ab] bg-[#cf94ab]"
/* SCSS */
$brand: #cf94ab;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.671)
/* Android */
Color.parseColor("#cf94ab")Accessibility — WCAG contrast
Aa
#cf94ab on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf94ab on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow17.4%
Key (black)18.8%
Color previews
#cf94ab text on a black background
contrast 8.48:1
Card sample
#cf94ab text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf94ab;
Background color
Panel with #cf94ab background
background-color: #cf94ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf94ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf94ab; background: linear-gradient(135deg, #cf94ab, #CFA494);