#dbaccb
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 172, 203
HSL
320°, 40%, 77%
CMYK
0, 22, 7, 14
Luminance
0.4888
Every format
| HEX | #dbaccb |
| RGB | rgb(219, 172, 203) |
| HSL | hsl(320, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 7%, 14%) |
| LAB | lab(75.4 22.1 -9.2) |
| LCH | lch(75.4 24.0 337.6) |
| OKLCH | oklch(0.796 0.068 339.2) |
Copy-ready code
/* CSS */
color: #dbaccb;
background-color: #dbaccb;
/* Tailwind (arbitrary) */
class="text-[#dbaccb] bg-[#dbaccb]"
/* SCSS */
$brand: #dbaccb;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#dbaccb")Accessibility — WCAG contrast
Aa
#dbaccb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaccb on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow7.3%
Key (black)14.1%
Color previews
#dbaccb text on a black background
contrast 10.78:1
Card sample
#dbaccb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaccb;
Background color
Panel with #dbaccb background
background-color: #dbaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaccb; background: linear-gradient(135deg, #dbaccb, #DBACAC);