#d8bace
a light, soft magenta / pink · warm · closest name: pink
RGB
216, 186, 206
HSL
320°, 28%, 79%
CMYK
0, 14, 5, 15
Luminance
0.5417
Every format
| HEX | #d8bace |
| RGB | rgb(216, 186, 206) |
| HSL | hsl(320, 28%, 79%) |
| CMYK | cmyk(0%, 14%, 5%, 15%) |
| LAB | lab(78.6 14.1 -6.1) |
| LCH | lch(78.6 15.3 336.7) |
| OKLCH | oklch(0.821 0.043 338.3) |
Copy-ready code
/* CSS */
color: #d8bace;
background-color: #d8bace;
/* Tailwind (arbitrary) */
class="text-[#d8bace] bg-[#d8bace]"
/* SCSS */
$brand: #d8bace;
/* SwiftUI */
Color(red: 0.847, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#d8bace")Accessibility — WCAG contrast
Aa
#d8bace on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8bace on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow4.6%
Key (black)15.3%
Color previews
#d8bace text on a black background
contrast 11.83:1
Card sample
#d8bace text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8bace;
Background color
Panel with #d8bace background
background-color: #d8bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8bace; background: linear-gradient(135deg, #d8bace, #D8BABA);