#ce8fba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 143, 186
HSL
319°, 39%, 68%
CMYK
0, 31, 10, 19
Luminance
0.3631
Every format
| HEX | #ce8fba |
| RGB | rgb(206, 143, 186) |
| HSL | hsl(319, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 10%, 19%) |
| LAB | lab(66.8 30.5 -12.8) |
| LCH | lch(66.8 33.0 337.3) |
| OKLCH | oklch(0.725 0.095 339.0) |
Copy-ready code
/* CSS */
color: #ce8fba;
background-color: #ce8fba;
/* Tailwind (arbitrary) */
class="text-[#ce8fba] bg-[#ce8fba]"
/* SCSS */
$brand: #ce8fba;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#ce8fba")Accessibility — WCAG contrast
Aa
#ce8fba on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8fba on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow9.7%
Key (black)19.2%
Color previews
#ce8fba text on a black background
contrast 8.26:1
Card sample
#ce8fba text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8fba;
Background color
Panel with #ce8fba background
background-color: #ce8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8fba; background: linear-gradient(135deg, #ce8fba, #CE8F90);