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