#cdacbc
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 172, 188
HSL
331°, 25%, 74%
CMYK
0, 16, 8, 20
Luminance
0.4612
Every format
| HEX | #cdacbc |
| RGB | rgb(205, 172, 188) |
| HSL | hsl(331, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 8%, 20%) |
| LAB | lab(73.6 14.6 -3.7) |
| LCH | lch(73.6 15.1 345.9) |
| OKLCH | oklch(0.778 0.044 347.4) |
Copy-ready code
/* CSS */
color: #cdacbc;
background-color: #cdacbc;
/* Tailwind (arbitrary) */
class="text-[#cdacbc] bg-[#cdacbc]"
/* SCSS */
$brand: #cdacbc;
/* SwiftUI */
Color(red: 0.804, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#cdacbc")Accessibility — WCAG contrast
Aa
#cdacbc on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdacbc on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow8.3%
Key (black)19.6%
Color previews
#cdacbc text on a black background
contrast 10.22:1
Card sample
#cdacbc text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdacbc;
Background color
Panel with #cdacbc background
background-color: #cdacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdacbc; background: linear-gradient(135deg, #cdacbc, #CDB2AC);