#cf9dc2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 157, 194
HSL
316°, 34%, 71%
CMYK
0, 24, 6, 19
Luminance
0.4127
Every format
| HEX | #cf9dc2 |
| RGB | rgb(207, 157, 194) |
| HSL | hsl(316, 34%, 71%) |
| CMYK | cmyk(0%, 24%, 6%, 19%) |
| LAB | lab(70.4 24.6 -11.8) |
| LCH | lch(70.4 27.3 334.4) |
| OKLCH | oklch(0.754 0.077 335.9) |
Copy-ready code
/* CSS */
color: #cf9dc2;
background-color: #cf9dc2;
/* Tailwind (arbitrary) */
class="text-[#cf9dc2] bg-[#cf9dc2]"
/* SCSS */
$brand: #cf9dc2;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.761)
/* Android */
Color.parseColor("#cf9dc2")Accessibility — WCAG contrast
Aa
#cf9dc2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9dc2 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow6.3%
Key (black)18.8%
Color previews
#cf9dc2 text on a black background
contrast 9.25:1
Card sample
#cf9dc2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9dc2;
Background color
Panel with #cf9dc2 background
background-color: #cf9dc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9dc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9dc2; background: linear-gradient(135deg, #cf9dc2, #CF9DA1);