#ce85ac
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 133, 172
HSL
328°, 43%, 67%
CMYK
0, 35, 17, 19
Luminance
0.3288
Every format
| HEX | #ce85ac |
| RGB | rgb(206, 133, 172) |
| HSL | hsl(328, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 17%, 19%) |
| LAB | lab(64.1 33.6 -8.9) |
| LCH | lch(64.1 34.7 345.1) |
| OKLCH | oklch(0.703 0.102 346.8) |
Copy-ready code
/* CSS */
color: #ce85ac;
background-color: #ce85ac;
/* Tailwind (arbitrary) */
class="text-[#ce85ac] bg-[#ce85ac]"
/* SCSS */
$brand: #ce85ac;
/* SwiftUI */
Color(red: 0.808, green: 0.522, blue: 0.675)
/* Android */
Color.parseColor("#ce85ac")Accessibility — WCAG contrast
Aa
#ce85ac on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce85ac on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow16.5%
Key (black)19.2%
Color previews
#ce85ac text on a black background
contrast 7.58:1
Card sample
#ce85ac text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce85ac;
Background color
Panel with #ce85ac background
background-color: #ce85ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce85ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 133, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 133, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce85ac; background: linear-gradient(135deg, #ce85ac, #CE8F85);