#d6b2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
214, 178, 207
HSL
312°, 31%, 77%
CMYK
0, 17, 3, 16
Luminance
0.5064
Every format
| HEX | #d6b2cf |
| RGB | rgb(214, 178, 207) |
| HSL | hsl(312, 31%, 77%) |
| CMYK | cmyk(0%, 17%, 3%, 16%) |
| LAB | lab(76.5 17.9 -9.8) |
| LCH | lch(76.5 20.4 331.4) |
| OKLCH | oklch(0.804 0.057 332.8) |
Copy-ready code
/* CSS */
color: #d6b2cf;
background-color: #d6b2cf;
/* Tailwind (arbitrary) */
class="text-[#d6b2cf] bg-[#d6b2cf]"
/* SCSS */
$brand: #d6b2cf;
/* SwiftUI */
Color(red: 0.839, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#d6b2cf")Accessibility — WCAG contrast
Aa
#d6b2cf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6b2cf on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow3.3%
Key (black)16.1%
Color previews
#d6b2cf text on a black background
contrast 11.13:1
Card sample
#d6b2cf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6b2cf;
Background color
Panel with #d6b2cf background
background-color: #d6b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6b2cf; background: linear-gradient(135deg, #d6b2cf, #D6B2B7);