#d4b2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
212, 178, 207
HSL
309°, 28%, 77%
CMYK
0, 16, 2, 17
Luminance
0.5034
Every format
| HEX | #d4b2cf |
| RGB | rgb(212, 178, 207) |
| HSL | hsl(309, 28%, 77%) |
| CMYK | cmyk(0%, 16%, 2%, 17%) |
| LAB | lab(76.3 17.2 -10.1) |
| LCH | lch(76.3 19.9 329.7) |
| OKLCH | oklch(0.802 0.055 331.0) |
Copy-ready code
/* CSS */
color: #d4b2cf;
background-color: #d4b2cf;
/* Tailwind (arbitrary) */
class="text-[#d4b2cf] bg-[#d4b2cf]"
/* SCSS */
$brand: #d4b2cf;
/* SwiftUI */
Color(red: 0.831, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#d4b2cf")Accessibility — WCAG contrast
Aa
#d4b2cf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4b2cf on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow2.4%
Key (black)16.9%
Color previews
#d4b2cf text on a black background
contrast 11.07:1
Card sample
#d4b2cf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4b2cf;
Background color
Panel with #d4b2cf background
background-color: #d4b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4b2cf; background: linear-gradient(135deg, #d4b2cf, #D4B2B8);