#d1bace
a light, soft magenta / pink · warm · closest name: silver
RGB
209, 186, 206
HSL
308°, 20%, 78%
CMYK
0, 11, 1, 18
Luminance
0.5313
Every format
| HEX | #d1bace |
| RGB | rgb(209, 186, 206) |
| HSL | hsl(308, 20%, 78%) |
| CMYK | cmyk(0%, 11%, 1%, 18%) |
| LAB | lab(78.0 11.7 -7.0) |
| LCH | lch(78.0 13.6 328.9) |
| OKLCH | oklch(0.814 0.038 330.1) |
Copy-ready code
/* CSS */
color: #d1bace;
background-color: #d1bace;
/* Tailwind (arbitrary) */
class="text-[#d1bace] bg-[#d1bace]"
/* SCSS */
$brand: #d1bace;
/* SwiftUI */
Color(red: 0.820, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#d1bace")Accessibility — WCAG contrast
Aa
#d1bace on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1bace on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow1.4%
Key (black)18.0%
Color previews
#d1bace text on a black background
contrast 11.63:1
Card sample
#d1bace text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1bace;
Background color
Panel with #d1bace background
background-color: #d1bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1bace; background: linear-gradient(135deg, #d1bace, #D1BABF);