#cf8cd0
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 140, 208
HSL
299°, 42%, 68%
CMYK
1, 33, 0, 18
Luminance
0.3658
Every format
| HEX | #cf8cd0 |
| RGB | rgb(207, 140, 208) |
| HSL | hsl(299, 42%, 68%) |
| CMYK | cmyk(1%, 33%, 0%, 18%) |
| LAB | lab(67.0 36.4 -24.7) |
| LCH | lch(67.0 44.0 325.8) |
| OKLCH | oklch(0.730 0.121 326.2) |
Copy-ready code
/* CSS */
color: #cf8cd0;
background-color: #cf8cd0;
/* Tailwind (arbitrary) */
class="text-[#cf8cd0] bg-[#cf8cd0]"
/* SCSS */
$brand: #cf8cd0;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.816)
/* Android */
Color.parseColor("#cf8cd0")Accessibility — WCAG contrast
Aa
#cf8cd0 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cd0 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta32.7%
Yellow0.0%
Key (black)18.4%
Color previews
#cf8cd0 text on a black background
contrast 8.32:1
Card sample
#cf8cd0 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cd0;
Background color
Panel with #cf8cd0 background
background-color: #cf8cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cd0; background: linear-gradient(135deg, #cf8cd0, #D08CA4);