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