#cf8cd3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 140, 211
HSL
297°, 45%, 69%
CMYK
2, 34, 0, 17
Luminance
0.3672
Every format
| HEX | #cf8cd3 |
| RGB | rgb(207, 140, 211) |
| HSL | hsl(297, 45%, 69%) |
| CMYK | cmyk(2%, 34%, 0%, 17%) |
| LAB | lab(67.1 37.0 -26.2) |
| LCH | lch(67.1 45.3 324.6) |
| OKLCH | oklch(0.731 0.124 324.8) |
Copy-ready code
/* CSS */
color: #cf8cd3;
background-color: #cf8cd3;
/* Tailwind (arbitrary) */
class="text-[#cf8cd3] bg-[#cf8cd3]"
/* SCSS */
$brand: #cf8cd3;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.827)
/* Android */
Color.parseColor("#cf8cd3")Accessibility — WCAG contrast
Aa
#cf8cd3 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cd3 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta33.6%
Yellow0.0%
Key (black)17.3%
Color previews
#cf8cd3 text on a black background
contrast 8.34:1
Card sample
#cf8cd3 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cd3;
Background color
Panel with #cf8cd3 background
background-color: #cf8cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cd3; background: linear-gradient(135deg, #cf8cd3, #D38CA8);