#db4b6f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 75, 111
HSL
345°, 67%, 58%
CMYK
0, 66, 49, 14
Luminance
0.2124
Every format
| HEX | #db4b6f |
| RGB | rgb(219, 75, 111) |
| HSL | hsl(345, 67%, 58%) |
| CMYK | cmyk(0%, 66%, 49%, 14%) |
| LAB | lab(53.2 58.7 11.0) |
| LCH | lch(53.2 59.7 10.6) |
| OKLCH | oklch(0.620 0.180 9.0) |
Copy-ready code
/* CSS */
color: #db4b6f;
background-color: #db4b6f;
/* Tailwind (arbitrary) */
class="text-[#db4b6f] bg-[#db4b6f]"
/* SCSS */
$brand: #db4b6f;
/* SwiftUI */
Color(red: 0.859, green: 0.294, blue: 0.435)
/* Android */
Color.parseColor("#db4b6f")Accessibility — WCAG contrast
Aa
#db4b6f on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4b6f on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow49.3%
Key (black)14.1%
Color previews
#db4b6f text on a black background
contrast 5.25:1
Card sample
#db4b6f text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4b6f;
Background color
Panel with #db4b6f background
background-color: #db4b6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4b6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 75, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 75, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4b6f; background: linear-gradient(135deg, #db4b6f, #DB874B);