#d4b0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
212, 176, 207
HSL
308°, 30%, 76%
CMYK
0, 17, 2, 17
Luminance
0.4955
Every format
| HEX | #d4b0cf |
| RGB | rgb(212, 176, 207) |
| HSL | hsl(308, 30%, 76%) |
| CMYK | cmyk(0%, 17%, 2%, 17%) |
| LAB | lab(75.8 18.3 -10.8) |
| LCH | lch(75.8 21.2 329.5) |
| OKLCH | oklch(0.798 0.059 330.8) |
Copy-ready code
/* CSS */
color: #d4b0cf;
background-color: #d4b0cf;
/* Tailwind (arbitrary) */
class="text-[#d4b0cf] bg-[#d4b0cf]"
/* SCSS */
$brand: #d4b0cf;
/* SwiftUI */
Color(red: 0.831, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#d4b0cf")Accessibility — WCAG contrast
Aa
#d4b0cf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4b0cf on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow2.4%
Key (black)16.9%
Color previews
#d4b0cf text on a black background
contrast 10.91:1
Card sample
#d4b0cf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4b0cf;
Background color
Panel with #d4b0cf background
background-color: #d4b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4b0cf; background: linear-gradient(135deg, #d4b0cf, #D4B0B7);