#cf8dbd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 141, 189
HSL
316°, 41%, 68%
CMYK
0, 32, 9, 19
Luminance
0.3599
Every format
| HEX | #cf8dbd |
| RGB | rgb(207, 141, 189) |
| HSL | hsl(316, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 9%, 19%) |
| LAB | lab(66.5 32.4 -14.8) |
| LCH | lch(66.5 35.6 335.5) |
| OKLCH | oklch(0.724 0.102 337.1) |
Copy-ready code
/* CSS */
color: #cf8dbd;
background-color: #cf8dbd;
/* Tailwind (arbitrary) */
class="text-[#cf8dbd] bg-[#cf8dbd]"
/* SCSS */
$brand: #cf8dbd;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.741)
/* Android */
Color.parseColor("#cf8dbd")Accessibility — WCAG contrast
Aa
#cf8dbd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dbd on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow8.7%
Key (black)18.8%
Color previews
#cf8dbd text on a black background
contrast 8.20:1
Card sample
#cf8dbd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dbd;
Background color
Panel with #cf8dbd background
background-color: #cf8dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dbd; background: linear-gradient(135deg, #cf8dbd, #CF8D91);