#ce8dbb
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 141, 187
HSL
318°, 40%, 68%
CMYK
0, 32, 9, 19
Luminance
0.3576
Every format
| HEX | #ce8dbb |
| RGB | rgb(206, 141, 187) |
| HSL | hsl(318, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 9%, 19%) |
| LAB | lab(66.3 31.7 -14.0) |
| LCH | lch(66.3 34.7 336.3) |
| OKLCH | oklch(0.722 0.099 337.9) |
Copy-ready code
/* CSS */
color: #ce8dbb;
background-color: #ce8dbb;
/* Tailwind (arbitrary) */
class="text-[#ce8dbb] bg-[#ce8dbb]"
/* SCSS */
$brand: #ce8dbb;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#ce8dbb")Accessibility — WCAG contrast
Aa
#ce8dbb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dbb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow9.2%
Key (black)19.2%
Color previews
#ce8dbb text on a black background
contrast 8.15:1
Card sample
#ce8dbb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dbb;
Background color
Panel with #ce8dbb background
background-color: #ce8dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dbb; background: linear-gradient(135deg, #ce8dbb, #CE8D90);