#d4afbc
a light, soft magenta / pink · warm · closest name: pink
RGB
212, 175, 188
HSL
339°, 30%, 76%
CMYK
0, 18, 11, 17
Luminance
0.4829
Every format
| HEX | #d4afbc |
| RGB | rgb(212, 175, 188) |
| HSL | hsl(339, 30%, 76%) |
| CMYK | cmyk(0%, 18%, 11%, 17%) |
| LAB | lab(75.0 15.5 -1.6) |
| LCH | lch(75.0 15.6 354.2) |
| OKLCH | oklch(0.790 0.046 355.1) |
Copy-ready code
/* CSS */
color: #d4afbc;
background-color: #d4afbc;
/* Tailwind (arbitrary) */
class="text-[#d4afbc] bg-[#d4afbc]"
/* SCSS */
$brand: #d4afbc;
/* SwiftUI */
Color(red: 0.831, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#d4afbc")Accessibility — WCAG contrast
Aa
#d4afbc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4afbc on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow11.3%
Key (black)16.9%
Color previews
#d4afbc text on a black background
contrast 10.66:1
Card sample
#d4afbc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4afbc;
Background color
Panel with #d4afbc background
background-color: #d4afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4afbc; background: linear-gradient(135deg, #d4afbc, #D4BBAF);