#cdbdcd
a light, muted magenta / pink · warm · closest name: silver
RGB
205, 189, 205
HSL
300°, 14%, 77%
CMYK
0, 8, 0, 20
Luminance
0.5378
Every format
| HEX | #cdbdcd |
| RGB | rgb(205, 189, 205) |
| HSL | hsl(300, 14%, 77%) |
| CMYK | cmyk(0%, 8%, 0%, 20%) |
| LAB | lab(78.3 8.5 -6.0) |
| LCH | lch(78.3 10.4 324.9) |
| OKLCH | oklch(0.816 0.028 325.8) |
Copy-ready code
/* CSS */
color: #cdbdcd;
background-color: #cdbdcd;
/* Tailwind (arbitrary) */
class="text-[#cdbdcd] bg-[#cdbdcd]"
/* SCSS */
$brand: #cdbdcd;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#cdbdcd")Accessibility — WCAG contrast
Aa
#cdbdcd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbdcd on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#cdbdcd text on a black background
contrast 11.76:1
Card sample
#cdbdcd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbdcd;
Background color
Panel with #cdbdcd background
background-color: #cdbdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbdcd; background: linear-gradient(135deg, #cdbdcd, #CDBDC2);