#ce8cbf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 140, 191
HSL
314°, 40%, 68%
CMYK
0, 32, 7, 19
Luminance
0.3564
Every format
| HEX | #ce8cbf |
| RGB | rgb(206, 140, 191) |
| HSL | hsl(314, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 7%, 19%) |
| LAB | lab(66.3 33.0 -16.3) |
| LCH | lch(66.3 36.8 333.6) |
| OKLCH | oklch(0.722 0.104 335.2) |
Copy-ready code
/* CSS */
color: #ce8cbf;
background-color: #ce8cbf;
/* Tailwind (arbitrary) */
class="text-[#ce8cbf] bg-[#ce8cbf]"
/* SCSS */
$brand: #ce8cbf;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 0.749)
/* Android */
Color.parseColor("#ce8cbf")Accessibility — WCAG contrast
Aa
#ce8cbf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8cbf on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow7.3%
Key (black)19.2%
Color previews
#ce8cbf text on a black background
contrast 8.13:1
Card sample
#ce8cbf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8cbf;
Background color
Panel with #ce8cbf background
background-color: #ce8cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8cbf; background: linear-gradient(135deg, #ce8cbf, #CE8C93);