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