#cf8fe7
a light, vivid violet · warm · closest name: plum
RGB
207, 143, 231
HSL
284°, 65%, 73%
CMYK
10, 38, 0, 9
Luminance
0.3868
Every format
| HEX | #cf8fe7 |
| RGB | rgb(207, 143, 231) |
| HSL | hsl(284, 65%, 73%) |
| CMYK | cmyk(10%, 38%, 0%, 9%) |
| LAB | lab(68.5 39.3 -35.1) |
| LCH | lch(68.5 52.6 318.2) |
| OKLCH | oklch(0.744 0.140 316.5) |
Copy-ready code
/* CSS */
color: #cf8fe7;
background-color: #cf8fe7;
/* Tailwind (arbitrary) */
class="text-[#cf8fe7] bg-[#cf8fe7]"
/* SCSS */
$brand: #cf8fe7;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.906)
/* Android */
Color.parseColor("#cf8fe7")Accessibility — WCAG contrast
Aa
#cf8fe7 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fe7 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta38.1%
Yellow0.0%
Key (black)9.4%
Color previews
#cf8fe7 text on a black background
contrast 8.74:1
Card sample
#cf8fe7 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fe7;
Background color
Panel with #cf8fe7 background
background-color: #cf8fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fe7; background: linear-gradient(135deg, #cf8fe7, #E78FC4);