#d0bace
a light, soft magenta / pink · warm · closest name: silver
RGB
208, 186, 206
HSL
306°, 19%, 77%
CMYK
0, 11, 1, 18
Luminance
0.5298
Every format
| HEX | #d0bace |
| RGB | rgb(208, 186, 206) |
| HSL | hsl(306, 19%, 77%) |
| CMYK | cmyk(0%, 11%, 1%, 18%) |
| LAB | lab(77.9 11.3 -7.2) |
| LCH | lch(77.9 13.4 327.6) |
| OKLCH | oklch(0.814 0.037 328.8) |
Copy-ready code
/* CSS */
color: #d0bace;
background-color: #d0bace;
/* Tailwind (arbitrary) */
class="text-[#d0bace] bg-[#d0bace]"
/* SCSS */
$brand: #d0bace;
/* SwiftUI */
Color(red: 0.816, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#d0bace")Accessibility — WCAG contrast
Aa
#d0bace on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0bace on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow1.0%
Key (black)18.4%
Color previews
#d0bace text on a black background
contrast 11.60:1
Card sample
#d0bace text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0bace;
Background color
Panel with #d0bace background
background-color: #d0bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0bace; background: linear-gradient(135deg, #d0bace, #D0BABF);