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