#cdaecb
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 174, 203
HSL
304°, 24%, 74%
CMYK
0, 15, 1, 20
Luminance
0.4756
Every format
| HEX | #cdaecb |
| RGB | rgb(205, 174, 203) |
| HSL | hsl(304, 24%, 74%) |
| CMYK | cmyk(0%, 15%, 1%, 20%) |
| LAB | lab(74.5 16.2 -10.5) |
| LCH | lch(74.5 19.4 327.1) |
| OKLCH | oklch(0.787 0.053 328.1) |
Copy-ready code
/* CSS */
color: #cdaecb;
background-color: #cdaecb;
/* Tailwind (arbitrary) */
class="text-[#cdaecb] bg-[#cdaecb]"
/* SCSS */
$brand: #cdaecb;
/* SwiftUI */
Color(red: 0.804, green: 0.682, blue: 0.796)
/* Android */
Color.parseColor("#cdaecb")Accessibility — WCAG contrast
Aa
#cdaecb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaecb on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow1.0%
Key (black)19.6%
Color previews
#cdaecb text on a black background
contrast 10.51:1
Card sample
#cdaecb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaecb;
Background color
Panel with #cdaecb background
background-color: #cdaecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 174, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 174, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaecb; background: linear-gradient(135deg, #cdaecb, #CDAEB6);