#cf9fd7
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 159, 215
HSL
291°, 41%, 73%
CMYK
4, 26, 0, 16
Luminance
0.4297
Every format
| HEX | #cf9fd7 |
| RGB | rgb(207, 159, 215) |
| HSL | hsl(291, 41%, 73%) |
| CMYK | cmyk(4%, 26%, 0%, 16%) |
| LAB | lab(71.5 27.4 -21.6) |
| LCH | lch(71.5 34.9 321.7) |
| OKLCH | oklch(0.765 0.094 321.6) |
Copy-ready code
/* CSS */
color: #cf9fd7;
background-color: #cf9fd7;
/* Tailwind (arbitrary) */
class="text-[#cf9fd7] bg-[#cf9fd7]"
/* SCSS */
$brand: #cf9fd7;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.843)
/* Android */
Color.parseColor("#cf9fd7")Accessibility — WCAG contrast
Aa
#cf9fd7 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fd7 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta26.0%
Yellow0.0%
Key (black)15.7%
Color previews
#cf9fd7 text on a black background
contrast 9.59:1
Card sample
#cf9fd7 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fd7;
Background color
Panel with #cf9fd7 background
background-color: #cf9fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fd7; background: linear-gradient(135deg, #cf9fd7, #D79FBA);