#ce8ace
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 138, 206
HSL
300°, 41%, 68%
CMYK
0, 33, 0, 19
Luminance
0.3576
Every format
| HEX | #ce8ace |
| RGB | rgb(206, 138, 206) |
| HSL | hsl(300, 41%, 68%) |
| CMYK | cmyk(0%, 33%, 0%, 19%) |
| LAB | lab(66.3 36.8 -24.6) |
| LCH | lch(66.3 44.2 326.2) |
| OKLCH | oklch(0.724 0.122 326.7) |
Copy-ready code
/* CSS */
color: #ce8ace;
background-color: #ce8ace;
/* Tailwind (arbitrary) */
class="text-[#ce8ace] bg-[#ce8ace]"
/* SCSS */
$brand: #ce8ace;
/* SwiftUI */
Color(red: 0.808, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#ce8ace")Accessibility — WCAG contrast
Aa
#ce8ace on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8ace on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#ce8ace text on a black background
contrast 8.15:1
Card sample
#ce8ace text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8ace;
Background color
Panel with #ce8ace background
background-color: #ce8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8ace; background: linear-gradient(135deg, #ce8ace, #CE8AA1);