#dbafc3
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 175, 195
HSL
333°, 38%, 77%
CMYK
0, 20, 11, 14
Luminance
0.4966
Every format
| HEX | #dbafc3 |
| RGB | rgb(219, 175, 195) |
| HSL | hsl(333, 38%, 77%) |
| CMYK | cmyk(0%, 20%, 11%, 14%) |
| LAB | lab(75.9 19.2 -4.1) |
| LCH | lch(75.9 19.6 348.0) |
| OKLCH | oklch(0.799 0.057 349.4) |
Copy-ready code
/* CSS */
color: #dbafc3;
background-color: #dbafc3;
/* Tailwind (arbitrary) */
class="text-[#dbafc3] bg-[#dbafc3]"
/* SCSS */
$brand: #dbafc3;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#dbafc3")Accessibility — WCAG contrast
Aa
#dbafc3 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafc3 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow11.0%
Key (black)14.1%
Color previews
#dbafc3 text on a black background
contrast 10.93:1
Card sample
#dbafc3 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafc3;
Background color
Panel with #dbafc3 background
background-color: #dbafc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafc3; background: linear-gradient(135deg, #dbafc3, #DBB8AF);