#d1b2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
209, 178, 207
HSL
304°, 25%, 76%
CMYK
0, 15, 1, 18
Luminance
0.4990
Every format
| HEX | #d1b2cf |
| RGB | rgb(209, 178, 207) |
| HSL | hsl(304, 25%, 76%) |
| CMYK | cmyk(0%, 15%, 1%, 18%) |
| LAB | lab(76.0 16.2 -10.5) |
| LCH | lch(76.0 19.3 327.1) |
| OKLCH | oklch(0.799 0.053 328.1) |
Copy-ready code
/* CSS */
color: #d1b2cf;
background-color: #d1b2cf;
/* Tailwind (arbitrary) */
class="text-[#d1b2cf] bg-[#d1b2cf]"
/* SCSS */
$brand: #d1b2cf;
/* SwiftUI */
Color(red: 0.820, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#d1b2cf")Accessibility — WCAG contrast
Aa
#d1b2cf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1b2cf on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow1.0%
Key (black)18.0%
Color previews
#d1b2cf text on a black background
contrast 10.98:1
Card sample
#d1b2cf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1b2cf;
Background color
Panel with #d1b2cf background
background-color: #d1b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1b2cf; background: linear-gradient(135deg, #d1b2cf, #D1B2BA);