#cf8fe8
a light, vivid violet · warm · closest name: plum
RGB
207, 143, 232
HSL
283°, 66%, 74%
CMYK
11, 38, 0, 9
Luminance
0.3874
Every format
| HEX | #cf8fe8 |
| RGB | rgb(207, 143, 232) |
| HSL | hsl(283, 66%, 74%) |
| CMYK | cmyk(11%, 38%, 0%, 9%) |
| LAB | lab(68.6 39.5 -35.5) |
| LCH | lch(68.6 53.1 318.0) |
| OKLCH | oklch(0.745 0.141 316.1) |
Copy-ready code
/* CSS */
color: #cf8fe8;
background-color: #cf8fe8;
/* Tailwind (arbitrary) */
class="text-[#cf8fe8] bg-[#cf8fe8]"
/* SCSS */
$brand: #cf8fe8;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.910)
/* Android */
Color.parseColor("#cf8fe8")Accessibility — WCAG contrast
Aa
#cf8fe8 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fe8 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta38.4%
Yellow0.0%
Key (black)9.0%
Color previews
#cf8fe8 text on a black background
contrast 8.75:1
Card sample
#cf8fe8 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fe8;
Background color
Panel with #cf8fe8 background
background-color: #cf8fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fe8; background: linear-gradient(135deg, #cf8fe8, #E88FC6);