#cf8cdb
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 140, 219
HSL
291°, 52%, 70%
CMYK
6, 36, 0, 14
Luminance
0.3714
Every format
| HEX | #cf8cdb |
| RGB | rgb(207, 140, 219) |
| HSL | hsl(291, 52%, 70%) |
| CMYK | cmyk(6%, 36%, 0%, 14%) |
| LAB | lab(67.4 38.5 -30.2) |
| LCH | lch(67.4 48.9 321.9) |
| OKLCH | oklch(0.734 0.132 321.3) |
Copy-ready code
/* CSS */
color: #cf8cdb;
background-color: #cf8cdb;
/* Tailwind (arbitrary) */
class="text-[#cf8cdb] bg-[#cf8cdb]"
/* SCSS */
$brand: #cf8cdb;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#cf8cdb")Accessibility — WCAG contrast
Aa
#cf8cdb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cdb on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta36.1%
Yellow0.0%
Key (black)14.1%
Color previews
#cf8cdb text on a black background
contrast 8.43:1
Card sample
#cf8cdb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cdb;
Background color
Panel with #cf8cdb background
background-color: #cf8cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cdb; background: linear-gradient(135deg, #cf8cdb, #DB8CB2);