#cf8bcd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 139, 205
HSL
302°, 42%, 68%
CMYK
0, 33, 1, 19
Luminance
0.3614
Every format
| HEX | #cf8bcd |
| RGB | rgb(207, 139, 205) |
| HSL | hsl(302, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 1%, 19%) |
| LAB | lab(66.6 36.4 -23.6) |
| LCH | lch(66.6 43.4 327.0) |
| OKLCH | oklch(0.727 0.120 327.7) |
Copy-ready code
/* CSS */
color: #cf8bcd;
background-color: #cf8bcd;
/* Tailwind (arbitrary) */
class="text-[#cf8bcd] bg-[#cf8bcd]"
/* SCSS */
$brand: #cf8bcd;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.804)
/* Android */
Color.parseColor("#cf8bcd")Accessibility — WCAG contrast
Aa
#cf8bcd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8bcd on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow1.0%
Key (black)18.8%
Color previews
#cf8bcd text on a black background
contrast 8.23:1
Card sample
#cf8bcd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8bcd;
Background color
Panel with #cf8bcd background
background-color: #cf8bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8bcd; background: linear-gradient(135deg, #cf8bcd, #CF8B9F);