#ce93cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 147, 207
HSL
299°, 39%, 69%
CMYK
1, 29, 0, 19
Luminance
0.3849
Every format
| HEX | #ce93cf |
| RGB | rgb(206, 147, 207) |
| HSL | hsl(299, 39%, 69%) |
| CMYK | cmyk(1%, 29%, 0%, 19%) |
| LAB | lab(68.4 32.1 -22.0) |
| LCH | lch(68.4 38.9 325.5) |
| OKLCH | oklch(0.740 0.107 326.0) |
Copy-ready code
/* CSS */
color: #ce93cf;
background-color: #ce93cf;
/* Tailwind (arbitrary) */
class="text-[#ce93cf] bg-[#ce93cf]"
/* SCSS */
$brand: #ce93cf;
/* SwiftUI */
Color(red: 0.808, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#ce93cf")Accessibility — WCAG contrast
Aa
#ce93cf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce93cf on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green57.6%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ce93cf text on a black background
contrast 8.70:1
Card sample
#ce93cf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce93cf;
Background color
Panel with #ce93cf background
background-color: #ce93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce93cf; background: linear-gradient(135deg, #ce93cf, #CF93A8);