#d8b2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
216, 178, 207
HSL
314°, 33%, 77%
CMYK
0, 18, 4, 15
Luminance
0.5094
Every format
| HEX | #d8b2cf |
| RGB | rgb(216, 178, 207) |
| HSL | hsl(314, 33%, 77%) |
| CMYK | cmyk(0%, 18%, 4%, 15%) |
| LAB | lab(76.7 18.6 -9.5) |
| LCH | lch(76.7 20.9 333.0) |
| OKLCH | oklch(0.806 0.058 334.5) |
Copy-ready code
/* CSS */
color: #d8b2cf;
background-color: #d8b2cf;
/* Tailwind (arbitrary) */
class="text-[#d8b2cf] bg-[#d8b2cf]"
/* SCSS */
$brand: #d8b2cf;
/* SwiftUI */
Color(red: 0.847, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#d8b2cf")Accessibility — WCAG contrast
Aa
#d8b2cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8b2cf on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow4.2%
Key (black)15.3%
Color previews
#d8b2cf text on a black background
contrast 11.19:1
Card sample
#d8b2cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8b2cf;
Background color
Panel with #d8b2cf background
background-color: #d8b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8b2cf; background: linear-gradient(135deg, #d8b2cf, #D8B2B6);