#cf96bc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 150, 188
HSL
320°, 37%, 70%
CMYK
0, 28, 9, 19
Luminance
0.3871
Every format
| HEX | #cf96bc |
| RGB | rgb(207, 150, 188) |
| HSL | hsl(320, 37%, 70%) |
| CMYK | cmyk(0%, 28%, 9%, 19%) |
| LAB | lab(68.5 27.4 -11.2) |
| LCH | lch(68.5 29.6 337.7) |
| OKLCH | oklch(0.740 0.085 339.4) |
Copy-ready code
/* CSS */
color: #cf96bc;
background-color: #cf96bc;
/* Tailwind (arbitrary) */
class="text-[#cf96bc] bg-[#cf96bc]"
/* SCSS */
$brand: #cf96bc;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.737)
/* Android */
Color.parseColor("#cf96bc")Accessibility — WCAG contrast
Aa
#cf96bc on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96bc on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow9.2%
Key (black)18.8%
Color previews
#cf96bc text on a black background
contrast 8.74:1
Card sample
#cf96bc text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96bc;
Background color
Panel with #cf96bc background
background-color: #cf96bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96bc; background: linear-gradient(135deg, #cf96bc, #CF9696);