#ce84ba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 132, 186
HSL
316°, 43%, 66%
CMYK
0, 36, 10, 19
Luminance
0.3317
Every format
| HEX | #ce84ba |
| RGB | rgb(206, 132, 186) |
| HSL | hsl(316, 43%, 66%) |
| CMYK | cmyk(0%, 36%, 10%, 19%) |
| LAB | lab(64.3 36.4 -16.5) |
| LCH | lch(64.3 40.0 335.7) |
| OKLCH | oklch(0.707 0.114 337.3) |
Copy-ready code
/* CSS */
color: #ce84ba;
background-color: #ce84ba;
/* Tailwind (arbitrary) */
class="text-[#ce84ba] bg-[#ce84ba]"
/* SCSS */
$brand: #ce84ba;
/* SwiftUI */
Color(red: 0.808, green: 0.518, blue: 0.729)
/* Android */
Color.parseColor("#ce84ba")Accessibility — WCAG contrast
Aa
#ce84ba on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce84ba on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow9.7%
Key (black)19.2%
Color previews
#ce84ba text on a black background
contrast 7.63:1
Card sample
#ce84ba text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce84ba;
Background color
Panel with #ce84ba background
background-color: #ce84ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce84ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 132, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 132, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce84ba; background: linear-gradient(135deg, #ce84ba, #CE8489);