#cf9ac0
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 154, 192
HSL
317°, 36%, 71%
CMYK
0, 26, 7, 19
Luminance
0.4018
Every format
| HEX | #cf9ac0 |
| RGB | rgb(207, 154, 192) |
| HSL | hsl(317, 36%, 71%) |
| CMYK | cmyk(0%, 26%, 7%, 19%) |
| LAB | lab(69.6 25.9 -11.8) |
| LCH | lch(69.6 28.4 335.4) |
| OKLCH | oklch(0.748 0.081 337.0) |
Copy-ready code
/* CSS */
color: #cf9ac0;
background-color: #cf9ac0;
/* Tailwind (arbitrary) */
class="text-[#cf9ac0] bg-[#cf9ac0]"
/* SCSS */
$brand: #cf9ac0;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.753)
/* Android */
Color.parseColor("#cf9ac0")Accessibility — WCAG contrast
Aa
#cf9ac0 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ac0 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow7.2%
Key (black)18.8%
Color previews
#cf9ac0 text on a black background
contrast 9.04:1
Card sample
#cf9ac0 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ac0;
Background color
Panel with #cf9ac0 background
background-color: #cf9ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ac0; background: linear-gradient(135deg, #cf9ac0, #CF9A9D);