#cf9cd4
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 212
HSL
295°, 39%, 72%
CMYK
2, 26, 0, 17
Luminance
0.4180
Every format
| HEX | #cf9cd4 |
| RGB | rgb(207, 156, 212) |
| HSL | hsl(295, 39%, 72%) |
| CMYK | cmyk(2%, 26%, 0%, 17%) |
| LAB | lab(70.7 28.4 -21.2) |
| LCH | lch(70.7 35.5 323.3) |
| OKLCH | oklch(0.759 0.096 323.5) |
Copy-ready code
/* CSS */
color: #cf9cd4;
background-color: #cf9cd4;
/* Tailwind (arbitrary) */
class="text-[#cf9cd4] bg-[#cf9cd4]"
/* SCSS */
$brand: #cf9cd4;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.831)
/* Android */
Color.parseColor("#cf9cd4")Accessibility — WCAG contrast
Aa
#cf9cd4 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cd4 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta26.4%
Yellow0.0%
Key (black)16.9%
Color previews
#cf9cd4 text on a black background
contrast 9.36:1
Card sample
#cf9cd4 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cd4;
Background color
Panel with #cf9cd4 background
background-color: #cf9cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cd4; background: linear-gradient(135deg, #cf9cd4, #D49CB4);