#cf8fe0
a light, vivid violet · warm · closest name: plum
RGB
207, 143, 224
HSL
287°, 57%, 72%
CMYK
8, 36, 0, 12
Luminance
0.3829
Every format
| HEX | #cf8fe0 |
| RGB | rgb(207, 143, 224) |
| HSL | hsl(287, 57%, 72%) |
| CMYK | cmyk(8%, 36%, 0%, 12%) |
| LAB | lab(68.2 37.9 -31.6) |
| LCH | lch(68.2 49.3 320.1) |
| OKLCH | oklch(0.741 0.132 319.0) |
Copy-ready code
/* CSS */
color: #cf8fe0;
background-color: #cf8fe0;
/* Tailwind (arbitrary) */
class="text-[#cf8fe0] bg-[#cf8fe0]"
/* SCSS */
$brand: #cf8fe0;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.878)
/* Android */
Color.parseColor("#cf8fe0")Accessibility — WCAG contrast
Aa
#cf8fe0 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fe0 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta36.2%
Yellow0.0%
Key (black)12.2%
Color previews
#cf8fe0 text on a black background
contrast 8.66:1
Card sample
#cf8fe0 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fe0;
Background color
Panel with #cf8fe0 background
background-color: #cf8fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fe0; background: linear-gradient(135deg, #cf8fe0, #E08FBB);