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