#db656f
a balanced, vivid red · warm · closest name: salmon
RGB
219, 101, 111
HSL
355°, 62%, 63%
CMYK
0, 54, 49, 14
Luminance
0.2552
Every format
| HEX | #db656f |
| RGB | rgb(219, 101, 111) |
| HSL | hsl(355, 62%, 63%) |
| CMYK | cmyk(0%, 54%, 49%, 14%) |
| LAB | lab(57.6 47.1 17.0) |
| LCH | lch(57.6 50.1 19.9) |
| OKLCH | oklch(0.652 0.148 16.9) |
Copy-ready code
/* CSS */
color: #db656f;
background-color: #db656f;
/* Tailwind (arbitrary) */
class="text-[#db656f] bg-[#db656f]"
/* SCSS */
$brand: #db656f;
/* SwiftUI */
Color(red: 0.859, green: 0.396, blue: 0.435)
/* Android */
Color.parseColor("#db656f")Accessibility — WCAG contrast
Aa
#db656f on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db656f on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green39.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow49.3%
Key (black)14.1%
Color previews
#db656f text on a black background
contrast 6.10:1
Card sample
#db656f text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db656f;
Background color
Panel with #db656f background
background-color: #db656f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db656f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 101, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 101, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db656f; background: linear-gradient(135deg, #db656f, #DBAA65);