#ce8abc
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 138, 188
HSL
316°, 41%, 68%
CMYK
0, 33, 9, 19
Luminance
0.3493
Every format
| HEX | #ce8abc |
| RGB | rgb(206, 138, 188) |
| HSL | hsl(316, 41%, 68%) |
| CMYK | cmyk(0%, 33%, 9%, 19%) |
| LAB | lab(65.7 33.5 -15.5) |
| LCH | lch(65.7 36.9 335.2) |
| OKLCH | oklch(0.718 0.105 336.8) |
Copy-ready code
/* CSS */
color: #ce8abc;
background-color: #ce8abc;
/* Tailwind (arbitrary) */
class="text-[#ce8abc] bg-[#ce8abc]"
/* SCSS */
$brand: #ce8abc;
/* SwiftUI */
Color(red: 0.808, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#ce8abc")Accessibility — WCAG contrast
Aa
#ce8abc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8abc on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta33.0%
Yellow8.7%
Key (black)19.2%
Color previews
#ce8abc text on a black background
contrast 7.99:1
Card sample
#ce8abc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8abc;
Background color
Panel with #ce8abc background
background-color: #ce8abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8abc; background: linear-gradient(135deg, #ce8abc, #CE8A8F);