#cf96da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 150, 218
HSL
290°, 48%, 72%
CMYK
5, 31, 0, 15
Luminance
0.4014
Every format
| HEX | #cf96da |
| RGB | rgb(207, 150, 218) |
| HSL | hsl(290, 48%, 72%) |
| CMYK | cmyk(5%, 31%, 0%, 15%) |
| LAB | lab(69.6 32.9 -26.3) |
| LCH | lch(69.6 42.1 321.4) |
| OKLCH | oklch(0.751 0.114 320.9) |
Copy-ready code
/* CSS */
color: #cf96da;
background-color: #cf96da;
/* Tailwind (arbitrary) */
class="text-[#cf96da] bg-[#cf96da]"
/* SCSS */
$brand: #cf96da;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.855)
/* Android */
Color.parseColor("#cf96da")Accessibility — WCAG contrast
Aa
#cf96da on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96da on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta31.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cf96da text on a black background
contrast 9.03:1
Card sample
#cf96da text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96da;
Background color
Panel with #cf96da background
background-color: #cf96da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96da; background: linear-gradient(135deg, #cf96da, #DA96B8);