#cf9dcd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 157, 205
HSL
302°, 34%, 71%
CMYK
0, 24, 1, 19
Luminance
0.4179
Every format
| HEX | #cf9dcd |
| RGB | rgb(207, 157, 205) |
| HSL | hsl(302, 34%, 71%) |
| CMYK | cmyk(0%, 24%, 1%, 19%) |
| LAB | lab(70.7 26.6 -17.3) |
| LCH | lch(70.7 31.7 326.9) |
| OKLCH | oklch(0.758 0.087 327.7) |
Copy-ready code
/* CSS */
color: #cf9dcd;
background-color: #cf9dcd;
/* Tailwind (arbitrary) */
class="text-[#cf9dcd] bg-[#cf9dcd]"
/* SCSS */
$brand: #cf9dcd;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#cf9dcd")Accessibility — WCAG contrast
Aa
#cf9dcd on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9dcd on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow1.0%
Key (black)18.8%
Color previews
#cf9dcd text on a black background
contrast 9.36:1
Card sample
#cf9dcd text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9dcd;
Background color
Panel with #cf9dcd background
background-color: #cf9dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9dcd; background: linear-gradient(135deg, #cf9dcd, #CF9DAC);