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