#cf96ac
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 150, 172
HSL
337°, 37%, 70%
CMYK
0, 28, 17, 19
Luminance
0.3806
Every format
| HEX | #cf96ac |
| RGB | rgb(207, 150, 172) |
| HSL | hsl(337, 37%, 70%) |
| CMYK | cmyk(0%, 28%, 17%, 19%) |
| LAB | lab(68.1 24.7 -3.0) |
| LCH | lch(68.1 24.9 353.1) |
| OKLCH | oklch(0.734 0.074 354.2) |
Copy-ready code
/* CSS */
color: #cf96ac;
background-color: #cf96ac;
/* Tailwind (arbitrary) */
class="text-[#cf96ac] bg-[#cf96ac]"
/* SCSS */
$brand: #cf96ac;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.675)
/* Android */
Color.parseColor("#cf96ac")Accessibility — WCAG contrast
Aa
#cf96ac on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96ac on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow16.9%
Key (black)18.8%
Color previews
#cf96ac text on a black background
contrast 8.61:1
Card sample
#cf96ac text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96ac;
Background color
Panel with #cf96ac background
background-color: #cf96ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96ac; background: linear-gradient(135deg, #cf96ac, #CFA696);