#ce83af
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 131, 175
HSL
325°, 43%, 66%
CMYK
0, 36, 15, 19
Luminance
0.3245
Every format
| HEX | #ce83af |
| RGB | rgb(206, 131, 175) |
| HSL | hsl(325, 43%, 66%) |
| CMYK | cmyk(0%, 36%, 15%, 19%) |
| LAB | lab(63.7 35.1 -11.1) |
| LCH | lch(63.7 36.9 342.4) |
| OKLCH | oklch(0.701 0.108 344.2) |
Copy-ready code
/* CSS */
color: #ce83af;
background-color: #ce83af;
/* Tailwind (arbitrary) */
class="text-[#ce83af] bg-[#ce83af]"
/* SCSS */
$brand: #ce83af;
/* SwiftUI */
Color(red: 0.808, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#ce83af")Accessibility — WCAG contrast
Aa
#ce83af on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce83af on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow15.0%
Key (black)19.2%
Color previews
#ce83af text on a black background
contrast 7.49:1
Card sample
#ce83af text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce83af;
Background color
Panel with #ce83af background
background-color: #ce83af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce83af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce83af; background: linear-gradient(135deg, #ce83af, #CE8983);