#ce8dbe
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 141, 190
HSL
315°, 40%, 68%
CMYK
0, 32, 8, 19
Luminance
0.3589
Every format
| HEX | #ce8dbe |
| RGB | rgb(206, 141, 190) |
| HSL | hsl(315, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 8%, 19%) |
| LAB | lab(66.4 32.3 -15.5) |
| LCH | lch(66.4 35.8 334.4) |
| OKLCH | oklch(0.723 0.101 335.9) |
Copy-ready code
/* CSS */
color: #ce8dbe;
background-color: #ce8dbe;
/* Tailwind (arbitrary) */
class="text-[#ce8dbe] bg-[#ce8dbe]"
/* SCSS */
$brand: #ce8dbe;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.745)
/* Android */
Color.parseColor("#ce8dbe")Accessibility — WCAG contrast
Aa
#ce8dbe on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dbe on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow7.8%
Key (black)19.2%
Color previews
#ce8dbe text on a black background
contrast 8.18:1
Card sample
#ce8dbe text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dbe;
Background color
Panel with #ce8dbe background
background-color: #ce8dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dbe; background: linear-gradient(135deg, #ce8dbe, #CE8D92);