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