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