#cf9ad2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 154, 210
HSL
297°, 38%, 71%
CMYK
1, 27, 0, 18
Luminance
0.4103
Every format
| HEX | #cf9ad2 |
| RGB | rgb(207, 154, 210) |
| HSL | hsl(297, 38%, 71%) |
| CMYK | cmyk(1%, 27%, 0%, 18%) |
| LAB | lab(70.2 29.2 -20.9) |
| LCH | lch(70.2 35.9 324.4) |
| OKLCH | oklch(0.754 0.098 324.7) |
Copy-ready code
/* CSS */
color: #cf9ad2;
background-color: #cf9ad2;
/* Tailwind (arbitrary) */
class="text-[#cf9ad2] bg-[#cf9ad2]"
/* SCSS */
$brand: #cf9ad2;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.824)
/* Android */
Color.parseColor("#cf9ad2")Accessibility — WCAG contrast
Aa
#cf9ad2 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ad2 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta26.7%
Yellow0.0%
Key (black)17.6%
Color previews
#cf9ad2 text on a black background
contrast 9.21:1
Card sample
#cf9ad2 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ad2;
Background color
Panel with #cf9ad2 background
background-color: #cf9ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ad2; background: linear-gradient(135deg, #cf9ad2, #D29AB0);