#db536f
a balanced, vivid red · warm · closest name: salmon
RGB
219, 83, 111
HSL
348°, 65%, 59%
CMYK
0, 62, 49, 14
Luminance
0.2239
Every format
| HEX | #db536f |
| RGB | rgb(219, 83, 111) |
| HSL | hsl(348, 65%, 59%) |
| CMYK | cmyk(0%, 62%, 49%, 14%) |
| LAB | lab(54.5 55.3 12.7) |
| LCH | lch(54.5 56.8 12.9) |
| OKLCH | oklch(0.629 0.171 11.0) |
Copy-ready code
/* CSS */
color: #db536f;
background-color: #db536f;
/* Tailwind (arbitrary) */
class="text-[#db536f] bg-[#db536f]"
/* SCSS */
$brand: #db536f;
/* SwiftUI */
Color(red: 0.859, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#db536f")Accessibility — WCAG contrast
Aa
#db536f on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db536f on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow49.3%
Key (black)14.1%
Color previews
#db536f text on a black background
contrast 5.48:1
Card sample
#db536f text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db536f;
Background color
Panel with #db536f background
background-color: #db536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db536f; background: linear-gradient(135deg, #db536f, #DB9253);