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