#ce85c1
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 133, 193
HSL
311°, 43%, 67%
CMYK
0, 35, 6, 19
Luminance
0.3375
Every format
| HEX | #ce85c1 |
| RGB | rgb(206, 133, 193) |
| HSL | hsl(311, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 6%, 19%) |
| LAB | lab(64.8 37.1 -19.7) |
| LCH | lch(64.8 42.0 332.0) |
| OKLCH | oklch(0.711 0.118 333.4) |
Copy-ready code
/* CSS */
color: #ce85c1;
background-color: #ce85c1;
/* Tailwind (arbitrary) */
class="text-[#ce85c1] bg-[#ce85c1]"
/* SCSS */
$brand: #ce85c1;
/* SwiftUI */
Color(red: 0.808, green: 0.522, blue: 0.757)
/* Android */
Color.parseColor("#ce85c1")Accessibility — WCAG contrast
Aa
#ce85c1 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce85c1 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.2%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow6.3%
Key (black)19.2%
Color previews
#ce85c1 text on a black background
contrast 7.75:1
Card sample
#ce85c1 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce85c1;
Background color
Panel with #ce85c1 background
background-color: #ce85c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce85c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 133, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 133, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce85c1; background: linear-gradient(135deg, #ce85c1, #CE8590);