#cdb4ce
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 180, 206
HSL
298°, 21%, 76%
CMYK
1, 13, 0, 19
Luminance
0.5008
Every format
| HEX | #cdb4ce |
| RGB | rgb(205, 180, 206) |
| HSL | hsl(298, 21%, 76%) |
| CMYK | cmyk(1%, 13%, 0%, 19%) |
| LAB | lab(76.1 13.5 -9.8) |
| LCH | lch(76.1 16.7 324.0) |
| OKLCH | oklch(0.799 0.045 324.8) |
Copy-ready code
/* CSS */
color: #cdb4ce;
background-color: #cdb4ce;
/* Tailwind (arbitrary) */
class="text-[#cdb4ce] bg-[#cdb4ce]"
/* SCSS */
$brand: #cdb4ce;
/* SwiftUI */
Color(red: 0.804, green: 0.706, blue: 0.808)
/* Android */
Color.parseColor("#cdb4ce")Accessibility — WCAG contrast
Aa
#cdb4ce on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb4ce on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.6%
Blue80.8%
CMYK percentages
Cyan0.5%
Magenta12.6%
Yellow0.0%
Key (black)19.2%
Color previews
#cdb4ce text on a black background
contrast 11.02:1
Card sample
#cdb4ce text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb4ce;
Background color
Panel with #cdb4ce background
background-color: #cdb4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 180, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 180, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb4ce; background: linear-gradient(135deg, #cdb4ce, #CEB4BE);