#cf9cd6
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 214
HSL
293°, 41%, 73%
CMYK
3, 27, 0, 16
Luminance
0.4190
Every format
| HEX | #cf9cd6 |
| RGB | rgb(207, 156, 214) |
| HSL | hsl(293, 41%, 73%) |
| CMYK | cmyk(3%, 27%, 0%, 16%) |
| LAB | lab(70.8 28.8 -22.2) |
| LCH | lch(70.8 36.4 322.4) |
| OKLCH | oklch(0.760 0.099 322.4) |
Copy-ready code
/* CSS */
color: #cf9cd6;
background-color: #cf9cd6;
/* Tailwind (arbitrary) */
class="text-[#cf9cd6] bg-[#cf9cd6]"
/* SCSS */
$brand: #cf9cd6;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.839)
/* Android */
Color.parseColor("#cf9cd6")Accessibility — WCAG contrast
Aa
#cf9cd6 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cd6 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue83.9%
CMYK percentages
Cyan3.3%
Magenta27.1%
Yellow0.0%
Key (black)16.1%
Color previews
#cf9cd6 text on a black background
contrast 9.38:1
Card sample
#cf9cd6 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cd6;
Background color
Panel with #cf9cd6 background
background-color: #cf9cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cd6; background: linear-gradient(135deg, #cf9cd6, #D69CB6);