#ce8eb8
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 142, 184
HSL
321°, 40%, 68%
CMYK
0, 31, 11, 19
Luminance
0.3593
Every format
| HEX | #ce8eb8 |
| RGB | rgb(206, 142, 184) |
| HSL | hsl(321, 40%, 68%) |
| CMYK | cmyk(0%, 31%, 11%, 19%) |
| LAB | lab(66.5 30.7 -12.1) |
| LCH | lch(66.5 33.0 338.5) |
| OKLCH | oklch(0.723 0.095 340.2) |
Copy-ready code
/* CSS */
color: #ce8eb8;
background-color: #ce8eb8;
/* Tailwind (arbitrary) */
class="text-[#ce8eb8] bg-[#ce8eb8]"
/* SCSS */
$brand: #ce8eb8;
/* SwiftUI */
Color(red: 0.808, green: 0.557, blue: 0.722)
/* Android */
Color.parseColor("#ce8eb8")Accessibility — WCAG contrast
Aa
#ce8eb8 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8eb8 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.7%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow10.7%
Key (black)19.2%
Color previews
#ce8eb8 text on a black background
contrast 8.19:1
Card sample
#ce8eb8 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8eb8;
Background color
Panel with #ce8eb8 background
background-color: #ce8eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 142, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 142, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8eb8; background: linear-gradient(135deg, #ce8eb8, #CE8F8E);