#d2b2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
210, 178, 207
HSL
306°, 26%, 76%
CMYK
0, 15, 1, 18
Luminance
0.5005
Every format
| HEX | #d2b2cf |
| RGB | rgb(210, 178, 207) |
| HSL | hsl(306, 26%, 76%) |
| CMYK | cmyk(0%, 15%, 1%, 18%) |
| LAB | lab(76.1 16.5 -10.3) |
| LCH | lch(76.1 19.5 328.0) |
| OKLCH | oklch(0.800 0.054 329.1) |
Copy-ready code
/* CSS */
color: #d2b2cf;
background-color: #d2b2cf;
/* Tailwind (arbitrary) */
class="text-[#d2b2cf] bg-[#d2b2cf]"
/* SCSS */
$brand: #d2b2cf;
/* SwiftUI */
Color(red: 0.824, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#d2b2cf")Accessibility — WCAG contrast
Aa
#d2b2cf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2b2cf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow1.4%
Key (black)17.6%
Color previews
#d2b2cf text on a black background
contrast 11.01:1
Card sample
#d2b2cf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2b2cf;
Background color
Panel with #d2b2cf background
background-color: #d2b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2b2cf; background: linear-gradient(135deg, #d2b2cf, #D2B2BA);