#ce89ac
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 137, 172
HSL
330°, 41%, 67%
CMYK
0, 34, 17, 19
Luminance
0.3399
Every format
| HEX | #ce89ac |
| RGB | rgb(206, 137, 172) |
| HSL | hsl(330, 41%, 67%) |
| CMYK | cmyk(0%, 34%, 17%, 19%) |
| LAB | lab(65.0 31.4 -7.6) |
| LCH | lch(65.0 32.3 346.4) |
| OKLCH | oklch(0.710 0.095 348.0) |
Copy-ready code
/* CSS */
color: #ce89ac;
background-color: #ce89ac;
/* Tailwind (arbitrary) */
class="text-[#ce89ac] bg-[#ce89ac]"
/* SCSS */
$brand: #ce89ac;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.675)
/* Android */
Color.parseColor("#ce89ac")Accessibility — WCAG contrast
Aa
#ce89ac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce89ac on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow16.5%
Key (black)19.2%
Color previews
#ce89ac text on a black background
contrast 7.80:1
Card sample
#ce89ac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce89ac;
Background color
Panel with #ce89ac background
background-color: #ce89ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce89ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce89ac; background: linear-gradient(135deg, #ce89ac, #CE9489);