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