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