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