#ce93af
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 147, 175
HSL
332°, 38%, 69%
CMYK
0, 29, 15, 19
Luminance
0.3708
Every format
| HEX | #ce93af |
| RGB | rgb(206, 147, 175) |
| HSL | hsl(332, 38%, 69%) |
| CMYK | cmyk(0%, 29%, 15%, 19%) |
| LAB | lab(67.3 26.5 -5.7) |
| LCH | lch(67.3 27.1 347.8) |
| OKLCH | oklch(0.729 0.080 349.2) |
Copy-ready code
/* CSS */
color: #ce93af;
background-color: #ce93af;
/* Tailwind (arbitrary) */
class="text-[#ce93af] bg-[#ce93af]"
/* SCSS */
$brand: #ce93af;
/* SwiftUI */
Color(red: 0.808, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#ce93af")Accessibility — WCAG contrast
Aa
#ce93af on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce93af on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green57.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow15.0%
Key (black)19.2%
Color previews
#ce93af text on a black background
contrast 8.42:1
Card sample
#ce93af text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce93af;
Background color
Panel with #ce93af background
background-color: #ce93af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce93af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce93af; background: linear-gradient(135deg, #ce93af, #CE9E93);