#cf9cd9
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 217
HSL
290°, 45%, 73%
CMYK
5, 28, 0, 15
Luminance
0.4205
Every format
| HEX | #cf9cd9 |
| RGB | rgb(207, 156, 217) |
| HSL | hsl(290, 45%, 73%) |
| CMYK | cmyk(5%, 28%, 0%, 15%) |
| LAB | lab(70.9 29.4 -23.7) |
| LCH | lch(70.9 37.8 321.2) |
| OKLCH | oklch(0.761 0.102 320.8) |
Copy-ready code
/* CSS */
color: #cf9cd9;
background-color: #cf9cd9;
/* Tailwind (arbitrary) */
class="text-[#cf9cd9] bg-[#cf9cd9]"
/* SCSS */
$brand: #cf9cd9;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.851)
/* Android */
Color.parseColor("#cf9cd9")Accessibility — WCAG contrast
Aa
#cf9cd9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cd9 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue85.1%
CMYK percentages
Cyan4.6%
Magenta28.1%
Yellow0.0%
Key (black)14.9%
Color previews
#cf9cd9 text on a black background
contrast 9.41:1
Card sample
#cf9cd9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cd9;
Background color
Panel with #cf9cd9 background
background-color: #cf9cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cd9; background: linear-gradient(135deg, #cf9cd9, #D99CBA);