#cf9cd0
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 208
HSL
299°, 36%, 71%
CMYK
1, 25, 0, 18
Luminance
0.4160
Every format
| HEX | #cf9cd0 |
| RGB | rgb(207, 156, 208) |
| HSL | hsl(299, 36%, 71%) |
| CMYK | cmyk(1%, 25%, 0%, 18%) |
| LAB | lab(70.6 27.7 -19.2) |
| LCH | lch(70.6 33.7 325.3) |
| OKLCH | oklch(0.757 0.092 325.8) |
Copy-ready code
/* CSS */
color: #cf9cd0;
background-color: #cf9cd0;
/* Tailwind (arbitrary) */
class="text-[#cf9cd0] bg-[#cf9cd0]"
/* SCSS */
$brand: #cf9cd0;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.816)
/* Android */
Color.parseColor("#cf9cd0")Accessibility — WCAG contrast
Aa
#cf9cd0 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cd0 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta25.0%
Yellow0.0%
Key (black)18.4%
Color previews
#cf9cd0 text on a black background
contrast 9.32:1
Card sample
#cf9cd0 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cd0;
Background color
Panel with #cf9cd0 background
background-color: #cf9cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cd0; background: linear-gradient(135deg, #cf9cd0, #D09CAE);