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