#db6f4e
a balanced, vivid red · warm · closest name: salmon
RGB
219, 111, 78
HSL
14°, 66%, 58%
CMYK
0, 49, 64, 14
Luminance
0.2698
Every format
| HEX | #db6f4e |
| RGB | rgb(219, 111, 78) |
| HSL | hsl(14, 66%, 58%) |
| CMYK | cmyk(0%, 49%, 64%, 14%) |
| LAB | lab(59.0 39.6 37.5) |
| LCH | lch(59.0 54.5 43.5) |
| OKLCH | oklch(0.661 0.143 37.7) |
Copy-ready code
/* CSS */
color: #db6f4e;
background-color: #db6f4e;
/* Tailwind (arbitrary) */
class="text-[#db6f4e] bg-[#db6f4e]"
/* SCSS */
$brand: #db6f4e;
/* SwiftUI */
Color(red: 0.859, green: 0.435, blue: 0.306)
/* Android */
Color.parseColor("#db6f4e")Accessibility — WCAG contrast
Aa
#db6f4e on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db6f4e on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.5%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow64.4%
Key (black)14.1%
Color previews
#db6f4e text on a black background
contrast 6.40:1
Card sample
#db6f4e text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6f4e;
Background color
Panel with #db6f4e background
background-color: #db6f4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6f4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 111, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 111, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6f4e; background: linear-gradient(135deg, #db6f4e, #DBCD4E);