#ce8fad
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 143, 173
HSL
331°, 39%, 68%
CMYK
0, 31, 16, 19
Luminance
0.3578
Every format
| HEX | #ce8fad |
| RGB | rgb(206, 143, 173) |
| HSL | hsl(331, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 16%, 19%) |
| LAB | lab(66.4 28.3 -6.1) |
| LCH | lch(66.4 28.9 347.9) |
| OKLCH | oklch(0.721 0.085 349.4) |
Copy-ready code
/* CSS */
color: #ce8fad;
background-color: #ce8fad;
/* Tailwind (arbitrary) */
class="text-[#ce8fad] bg-[#ce8fad]"
/* SCSS */
$brand: #ce8fad;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.678)
/* Android */
Color.parseColor("#ce8fad")Accessibility — WCAG contrast
Aa
#ce8fad on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8fad on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow16.0%
Key (black)19.2%
Color previews
#ce8fad text on a black background
contrast 8.16:1
Card sample
#ce8fad text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8fad;
Background color
Panel with #ce8fad background
background-color: #ce8fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8fad; background: linear-gradient(135deg, #ce8fad, #CE9B8F);