#dbafc0
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 175, 192
HSL
337°, 38%, 77%
CMYK
0, 20, 12, 14
Luminance
0.4953
Every format
| HEX | #dbafc0 |
| RGB | rgb(219, 175, 192) |
| HSL | hsl(337, 38%, 77%) |
| CMYK | cmyk(0%, 20%, 12%, 14%) |
| LAB | lab(75.8 18.7 -2.5) |
| LCH | lch(75.8 18.8 352.2) |
| OKLCH | oklch(0.798 0.056 353.3) |
Copy-ready code
/* CSS */
color: #dbafc0;
background-color: #dbafc0;
/* Tailwind (arbitrary) */
class="text-[#dbafc0] bg-[#dbafc0]"
/* SCSS */
$brand: #dbafc0;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.753)
/* Android */
Color.parseColor("#dbafc0")Accessibility — WCAG contrast
Aa
#dbafc0 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafc0 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow12.3%
Key (black)14.1%
Color previews
#dbafc0 text on a black background
contrast 10.91:1
Card sample
#dbafc0 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafc0;
Background color
Panel with #dbafc0 background
background-color: #dbafc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafc0; background: linear-gradient(135deg, #dbafc0, #DBBBAF);