#cf9cd8
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 216
HSL
291°, 44%, 73%
CMYK
4, 28, 0, 15
Luminance
0.4200
Every format
| HEX | #cf9cd8 |
| RGB | rgb(207, 156, 216) |
| HSL | hsl(291, 44%, 73%) |
| CMYK | cmyk(4%, 28%, 0%, 15%) |
| LAB | lab(70.9 29.2 -23.2) |
| LCH | lch(70.9 37.3 321.6) |
| OKLCH | oklch(0.760 0.101 321.3) |
Copy-ready code
/* CSS */
color: #cf9cd8;
background-color: #cf9cd8;
/* Tailwind (arbitrary) */
class="text-[#cf9cd8] bg-[#cf9cd8]"
/* SCSS */
$brand: #cf9cd8;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.847)
/* Android */
Color.parseColor("#cf9cd8")Accessibility — WCAG contrast
Aa
#cf9cd8 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cd8 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue84.7%
CMYK percentages
Cyan4.2%
Magenta27.8%
Yellow0.0%
Key (black)15.3%
Color previews
#cf9cd8 text on a black background
contrast 9.40:1
Card sample
#cf9cd8 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cd8;
Background color
Panel with #cf9cd8 background
background-color: #cf9cd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cd8; background: linear-gradient(135deg, #cf9cd8, #D89CB9);