#cdb3cf
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 179, 207
HSL
296°, 23%, 76%
CMYK
1, 14, 0, 19
Luminance
0.4972
Every format
| HEX | #cdb3cf |
| RGB | rgb(205, 179, 207) |
| HSL | hsl(296, 23%, 76%) |
| CMYK | cmyk(1%, 14%, 0%, 19%) |
| LAB | lab(75.9 14.3 -10.7) |
| LCH | lch(75.9 17.8 323.2) |
| OKLCH | oklch(0.798 0.048 323.8) |
Copy-ready code
/* CSS */
color: #cdb3cf;
background-color: #cdb3cf;
/* Tailwind (arbitrary) */
class="text-[#cdb3cf] bg-[#cdb3cf]"
/* SCSS */
$brand: #cdb3cf;
/* SwiftUI */
Color(red: 0.804, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#cdb3cf")Accessibility — WCAG contrast
Aa
#cdb3cf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb3cf on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.2%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cdb3cf text on a black background
contrast 10.94:1
Card sample
#cdb3cf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb3cf;
Background color
Panel with #cdb3cf background
background-color: #cdb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb3cf; background: linear-gradient(135deg, #cdb3cf, #CFB3BE);