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