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