#ceabce
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 171, 206
HSL
300°, 26%, 74%
CMYK
0, 17, 0, 19
Luminance
0.4670
Every format
| HEX | #ceabce |
| RGB | rgb(206, 171, 206) |
| HSL | hsl(300, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 0%, 19%) |
| LAB | lab(74.0 18.8 -13.0) |
| LCH | lch(74.0 22.8 325.4) |
| OKLCH | oklch(0.783 0.062 326.2) |
Copy-ready code
/* CSS */
color: #ceabce;
background-color: #ceabce;
/* Tailwind (arbitrary) */
class="text-[#ceabce] bg-[#ceabce]"
/* SCSS */
$brand: #ceabce;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#ceabce")Accessibility — WCAG contrast
Aa
#ceabce on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabce on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#ceabce text on a black background
contrast 10.34:1
Card sample
#ceabce text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabce;
Background color
Panel with #ceabce background
background-color: #ceabce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabce; background: linear-gradient(135deg, #ceabce, #CEABB7);