#cf8fe2
a light, vivid violet · warm · closest name: plum
RGB
207, 143, 226
HSL
286°, 59%, 72%
CMYK
8, 37, 0, 11
Luminance
0.3840
Every format
| HEX | #cf8fe2 |
| RGB | rgb(207, 143, 226) |
| HSL | hsl(286, 59%, 72%) |
| CMYK | cmyk(8%, 37%, 0%, 11%) |
| LAB | lab(68.3 38.3 -32.6) |
| LCH | lch(68.3 50.3 319.5) |
| OKLCH | oklch(0.742 0.135 318.3) |
Copy-ready code
/* CSS */
color: #cf8fe2;
background-color: #cf8fe2;
/* Tailwind (arbitrary) */
class="text-[#cf8fe2] bg-[#cf8fe2]"
/* SCSS */
$brand: #cf8fe2;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#cf8fe2")Accessibility — WCAG contrast
Aa
#cf8fe2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fe2 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta36.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cf8fe2 text on a black background
contrast 8.68:1
Card sample
#cf8fe2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fe2;
Background color
Panel with #cf8fe2 background
background-color: #cf8fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fe2; background: linear-gradient(135deg, #cf8fe2, #E28FBE);