#ce87db
a light, vivid magenta / pink · warm · closest name: plum
RGB
206, 135, 219
HSL
291°, 54%, 69%
CMYK
6, 38, 0, 14
Luminance
0.3556
Every format
| HEX | #ce87db |
| RGB | rgb(206, 135, 219) |
| HSL | hsl(291, 54%, 69%) |
| CMYK | cmyk(6%, 38%, 0%, 14%) |
| LAB | lab(66.2 40.9 -32.0) |
| LCH | lch(66.2 51.9 321.9) |
| OKLCH | oklch(0.725 0.140 321.2) |
Copy-ready code
/* CSS */
color: #ce87db;
background-color: #ce87db;
/* Tailwind (arbitrary) */
class="text-[#ce87db] bg-[#ce87db]"
/* SCSS */
$brand: #ce87db;
/* SwiftUI */
Color(red: 0.808, green: 0.529, blue: 0.859)
/* Android */
Color.parseColor("#ce87db")Accessibility — WCAG contrast
Aa
#ce87db on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce87db on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.9%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta38.4%
Yellow0.0%
Key (black)14.1%
Color previews
#ce87db text on a black background
contrast 8.11:1
Card sample
#ce87db text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce87db;
Background color
Panel with #ce87db background
background-color: #ce87db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce87db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 135, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 135, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce87db; background: linear-gradient(135deg, #ce87db, #DB87B0);