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