#cdaecf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 174, 207
HSL
296°, 26%, 75%
CMYK
1, 16, 0, 19
Luminance
0.4776
Every format
| HEX | #cdaecf |
| RGB | rgb(205, 174, 207) |
| HSL | hsl(296, 26%, 75%) |
| CMYK | cmyk(1%, 16%, 0%, 19%) |
| LAB | lab(74.7 17.0 -12.5) |
| LCH | lch(74.7 21.1 323.6) |
| OKLCH | oklch(0.788 0.057 324.2) |
Copy-ready code
/* CSS */
color: #cdaecf;
background-color: #cdaecf;
/* Tailwind (arbitrary) */
class="text-[#cdaecf] bg-[#cdaecf]"
/* SCSS */
$brand: #cdaecf;
/* SwiftUI */
Color(red: 0.804, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#cdaecf")Accessibility — WCAG contrast
Aa
#cdaecf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaecf on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.2%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cdaecf text on a black background
contrast 10.55:1
Card sample
#cdaecf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaecf;
Background color
Panel with #cdaecf background
background-color: #cdaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaecf; background: linear-gradient(135deg, #cdaecf, #CFAEBB);