#db9fac
a light, vivid red · warm · closest name: pink
RGB
219, 159, 172
HSL
347°, 46%, 74%
CMYK
0, 27, 22, 14
Luminance
0.4283
Every format
| HEX | #db9fac |
| RGB | rgb(219, 159, 172) |
| HSL | hsl(347, 46%, 74%) |
| CMYK | cmyk(0%, 27%, 22%, 14%) |
| LAB | lab(71.4 24.2 2.1) |
| LCH | lch(71.4 24.3 5.0) |
| OKLCH | oklch(0.763 0.073 4.6) |
Copy-ready code
/* CSS */
color: #db9fac;
background-color: #db9fac;
/* Tailwind (arbitrary) */
class="text-[#db9fac] bg-[#db9fac]"
/* SCSS */
$brand: #db9fac;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#db9fac")Accessibility — WCAG contrast
Aa
#db9fac on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9fac on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow21.5%
Key (black)14.1%
Color previews
#db9fac text on a black background
contrast 9.57:1
Card sample
#db9fac text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9fac;
Background color
Panel with #db9fac background
background-color: #db9fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9fac; background: linear-gradient(135deg, #db9fac, #DBBA9F);