#ce8fd7
a light, vivid magenta / pink · warm · closest name: plum
RGB
206, 143, 215
HSL
293°, 47%, 70%
CMYK
4, 34, 0, 16
Luminance
0.3767
Every format
| HEX | #ce8fd7 |
| RGB | rgb(206, 143, 215) |
| HSL | hsl(293, 47%, 70%) |
| CMYK | cmyk(4%, 34%, 0%, 16%) |
| LAB | lab(67.8 35.8 -27.4) |
| LCH | lch(67.8 45.0 322.6) |
| OKLCH | oklch(0.737 0.122 322.3) |
Copy-ready code
/* CSS */
color: #ce8fd7;
background-color: #ce8fd7;
/* Tailwind (arbitrary) */
class="text-[#ce8fd7] bg-[#ce8fd7]"
/* SCSS */
$brand: #ce8fd7;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#ce8fd7")Accessibility — WCAG contrast
Aa
#ce8fd7 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8fd7 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue84.3%
CMYK percentages
Cyan4.2%
Magenta33.5%
Yellow0.0%
Key (black)15.7%
Color previews
#ce8fd7 text on a black background
contrast 8.53:1
Card sample
#ce8fd7 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8fd7;
Background color
Panel with #ce8fd7 background
background-color: #ce8fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8fd7; background: linear-gradient(135deg, #ce8fd7, #D78FB0);