#ce9abc
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 154, 188
HSL
321°, 35%, 71%
CMYK
0, 25, 9, 19
Luminance
0.3986
Every format
| HEX | #ce9abc |
| RGB | rgb(206, 154, 188) |
| HSL | hsl(321, 35%, 71%) |
| CMYK | cmyk(0%, 25%, 9%, 19%) |
| LAB | lab(69.4 24.8 -10.0) |
| LCH | lch(69.4 26.8 338.1) |
| OKLCH | oklch(0.746 0.076 339.8) |
Copy-ready code
/* CSS */
color: #ce9abc;
background-color: #ce9abc;
/* Tailwind (arbitrary) */
class="text-[#ce9abc] bg-[#ce9abc]"
/* SCSS */
$brand: #ce9abc;
/* SwiftUI */
Color(red: 0.808, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#ce9abc")Accessibility — WCAG contrast
Aa
#ce9abc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9abc on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow8.7%
Key (black)19.2%
Color previews
#ce9abc text on a black background
contrast 8.97:1
Card sample
#ce9abc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9abc;
Background color
Panel with #ce9abc background
background-color: #ce9abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9abc; background: linear-gradient(135deg, #ce9abc, #CE9B9A);