#cf9cd1
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 209
HSL
298°, 37%, 72%
CMYK
1, 25, 0, 18
Luminance
0.4165
Every format
| HEX | #cf9cd1 |
| RGB | rgb(207, 156, 209) |
| HSL | hsl(298, 37%, 72%) |
| CMYK | cmyk(1%, 25%, 0%, 18%) |
| LAB | lab(70.6 27.9 -19.7) |
| LCH | lch(70.6 34.1 324.7) |
| OKLCH | oklch(0.758 0.093 325.2) |
Copy-ready code
/* CSS */
color: #cf9cd1;
background-color: #cf9cd1;
/* Tailwind (arbitrary) */
class="text-[#cf9cd1] bg-[#cf9cd1]"
/* SCSS */
$brand: #cf9cd1;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.820)
/* Android */
Color.parseColor("#cf9cd1")Accessibility — WCAG contrast
Aa
#cf9cd1 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cd1 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta25.4%
Yellow0.0%
Key (black)18.0%
Color previews
#cf9cd1 text on a black background
contrast 9.33:1
Card sample
#cf9cd1 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cd1;
Background color
Panel with #cf9cd1 background
background-color: #cf9cd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cd1; background: linear-gradient(135deg, #cf9cd1, #D19CB0);