#ce8fc2
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 143, 194
HSL
311°, 39%, 68%
CMYK
0, 31, 6, 19
Luminance
0.3666
Every format
| HEX | #ce8fc2 |
| RGB | rgb(206, 143, 194) |
| HSL | hsl(311, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 6%, 19%) |
| LAB | lab(67.0 31.9 -16.8) |
| LCH | lch(67.0 36.0 332.1) |
| OKLCH | oklch(0.728 0.101 333.5) |
Copy-ready code
/* CSS */
color: #ce8fc2;
background-color: #ce8fc2;
/* Tailwind (arbitrary) */
class="text-[#ce8fc2] bg-[#ce8fc2]"
/* SCSS */
$brand: #ce8fc2;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.761)
/* Android */
Color.parseColor("#ce8fc2")Accessibility — WCAG contrast
Aa
#ce8fc2 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8fc2 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow5.8%
Key (black)19.2%
Color previews
#ce8fc2 text on a black background
contrast 8.33:1
Card sample
#ce8fc2 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8fc2;
Background color
Panel with #ce8fc2 background
background-color: #ce8fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8fc2; background: linear-gradient(135deg, #ce8fc2, #CE8F98);