#cdb1cf
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 177, 207
HSL
296°, 24%, 75%
CMYK
1, 15, 0, 19
Luminance
0.4893
Every format
| HEX | #cdb1cf |
| RGB | rgb(205, 177, 207) |
| HSL | hsl(296, 24%, 75%) |
| CMYK | cmyk(1%, 15%, 0%, 19%) |
| LAB | lab(75.4 15.4 -11.4) |
| LCH | lch(75.4 19.1 323.4) |
| OKLCH | oklch(0.794 0.052 324.0) |
Copy-ready code
/* CSS */
color: #cdb1cf;
background-color: #cdb1cf;
/* Tailwind (arbitrary) */
class="text-[#cdb1cf] bg-[#cdb1cf]"
/* SCSS */
$brand: #cdb1cf;
/* SwiftUI */
Color(red: 0.804, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#cdb1cf")Accessibility — WCAG contrast
Aa
#cdb1cf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb1cf on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.4%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cdb1cf text on a black background
contrast 10.79:1
Card sample
#cdb1cf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb1cf;
Background color
Panel with #cdb1cf background
background-color: #cdb1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb1cf; background: linear-gradient(135deg, #cdb1cf, #CFB1BD);