#cdafc2
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 175, 194
HSL
322°, 23%, 75%
CMYK
0, 15, 5, 20
Luminance
0.4753
Every format
| HEX | #cdafc2 |
| RGB | rgb(205, 175, 194) |
| HSL | hsl(322, 23%, 75%) |
| CMYK | cmyk(0%, 15%, 5%, 20%) |
| LAB | lab(74.5 14.1 -5.6) |
| LCH | lch(74.5 15.1 338.2) |
| OKLCH | oklch(0.786 0.043 339.9) |
Copy-ready code
/* CSS */
color: #cdafc2;
background-color: #cdafc2;
/* Tailwind (arbitrary) */
class="text-[#cdafc2] bg-[#cdafc2]"
/* SCSS */
$brand: #cdafc2;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.761)
/* Android */
Color.parseColor("#cdafc2")Accessibility — WCAG contrast
Aa
#cdafc2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafc2 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow5.4%
Key (black)19.6%
Color previews
#cdafc2 text on a black background
contrast 10.51:1
Card sample
#cdafc2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafc2;
Background color
Panel with #cdafc2 background
background-color: #cdafc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafc2; background: linear-gradient(135deg, #cdafc2, #CDB0AF);