#cf9fd4
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 159, 212
HSL
294°, 38%, 73%
CMYK
2, 25, 0, 17
Luminance
0.4282
Every format
| HEX | #cf9fd4 |
| RGB | rgb(207, 159, 212) |
| HSL | hsl(294, 38%, 73%) |
| CMYK | cmyk(2%, 25%, 0%, 17%) |
| LAB | lab(71.4 26.8 -20.1) |
| LCH | lch(71.4 33.5 323.1) |
| OKLCH | oklch(0.764 0.091 323.3) |
Copy-ready code
/* CSS */
color: #cf9fd4;
background-color: #cf9fd4;
/* Tailwind (arbitrary) */
class="text-[#cf9fd4] bg-[#cf9fd4]"
/* SCSS */
$brand: #cf9fd4;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.831)
/* Android */
Color.parseColor("#cf9fd4")Accessibility — WCAG contrast
Aa
#cf9fd4 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fd4 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta25.0%
Yellow0.0%
Key (black)16.9%
Color previews
#cf9fd4 text on a black background
contrast 9.56:1
Card sample
#cf9fd4 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fd4;
Background color
Panel with #cf9fd4 background
background-color: #cf9fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fd4; background: linear-gradient(135deg, #cf9fd4, #D49FB6);