#cf8fd0
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 143, 208
HSL
299°, 41%, 69%
CMYK
1, 31, 0, 18
Luminance
0.3746
Every format
| HEX | #cf8fd0 |
| RGB | rgb(207, 143, 208) |
| HSL | hsl(299, 41%, 69%) |
| CMYK | cmyk(1%, 31%, 0%, 18%) |
| LAB | lab(67.6 34.8 -23.7) |
| LCH | lch(67.6 42.1 325.7) |
| OKLCH | oklch(0.735 0.116 326.2) |
Copy-ready code
/* CSS */
color: #cf8fd0;
background-color: #cf8fd0;
/* Tailwind (arbitrary) */
class="text-[#cf8fd0] bg-[#cf8fd0]"
/* SCSS */
$brand: #cf8fd0;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#cf8fd0")Accessibility — WCAG contrast
Aa
#cf8fd0 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fd0 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta31.3%
Yellow0.0%
Key (black)18.4%
Color previews
#cf8fd0 text on a black background
contrast 8.49:1
Card sample
#cf8fd0 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fd0;
Background color
Panel with #cf8fd0 background
background-color: #cf8fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fd0; background: linear-gradient(135deg, #cf8fd0, #D08FA6);