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