#cf8bda
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 139, 218
HSL
292°, 52%, 70%
CMYK
5, 36, 0, 15
Luminance
0.3679
Every format
| HEX | #cf8bda |
| RGB | rgb(207, 139, 218) |
| HSL | hsl(292, 52%, 70%) |
| CMYK | cmyk(5%, 36%, 0%, 15%) |
| LAB | lab(67.1 38.8 -30.0) |
| LCH | lch(67.1 49.1 322.3) |
| OKLCH | oklch(0.732 0.133 321.8) |
Copy-ready code
/* CSS */
color: #cf8bda;
background-color: #cf8bda;
/* Tailwind (arbitrary) */
class="text-[#cf8bda] bg-[#cf8bda]"
/* SCSS */
$brand: #cf8bda;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.855)
/* Android */
Color.parseColor("#cf8bda")Accessibility — WCAG contrast
Aa
#cf8bda on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8bda on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta36.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cf8bda text on a black background
contrast 8.36:1
Card sample
#cf8bda text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8bda;
Background color
Panel with #cf8bda background
background-color: #cf8bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8bda; background: linear-gradient(135deg, #cf8bda, #DA8BB0);