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