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