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