#ce86cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 134, 207
HSL
299°, 43%, 67%
CMYK
1, 35, 0, 19
Luminance
0.3468
Every format
| HEX | #ce86cf |
| RGB | rgb(206, 134, 207) |
| HSL | hsl(299, 43%, 67%) |
| CMYK | cmyk(1%, 35%, 0%, 19%) |
| LAB | lab(65.5 39.1 -26.4) |
| LCH | lch(65.5 47.2 325.9) |
| OKLCH | oklch(0.718 0.130 326.4) |
Copy-ready code
/* CSS */
color: #ce86cf;
background-color: #ce86cf;
/* Tailwind (arbitrary) */
class="text-[#ce86cf] bg-[#ce86cf]"
/* SCSS */
$brand: #ce86cf;
/* SwiftUI */
Color(red: 0.808, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#ce86cf")Accessibility — WCAG contrast
Aa
#ce86cf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce86cf on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta35.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ce86cf text on a black background
contrast 7.94:1
Card sample
#ce86cf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce86cf;
Background color
Panel with #ce86cf background
background-color: #ce86cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce86cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce86cf; background: linear-gradient(135deg, #ce86cf, #CF869F);