#cf99cf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 153, 207
HSL
300°, 36%, 71%
CMYK
0, 26, 0, 19
Luminance
0.4055
Every format
| HEX | #cf99cf |
| RGB | rgb(207, 153, 207) |
| HSL | hsl(300, 36%, 71%) |
| CMYK | cmyk(0%, 26%, 0%, 19%) |
| LAB | lab(69.9 29.1 -19.8) |
| LCH | lch(69.9 35.2 325.9) |
| OKLCH | oklch(0.752 0.097 326.5) |
Copy-ready code
/* CSS */
color: #cf99cf;
background-color: #cf99cf;
/* Tailwind (arbitrary) */
class="text-[#cf99cf] bg-[#cf99cf]"
/* SCSS */
$brand: #cf99cf;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#cf99cf")Accessibility — WCAG contrast
Aa
#cf99cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf99cf on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cf99cf text on a black background
contrast 9.11:1
Card sample
#cf99cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf99cf;
Background color
Panel with #cf99cf background
background-color: #cf99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf99cf; background: linear-gradient(135deg, #cf99cf, #CF99AB);