#db293f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 41, 63
HSL
353°, 71%, 51%
CMYK
0, 81, 71, 14
Luminance
0.1700
Every format
| HEX | #db293f |
| RGB | rgb(219, 41, 63) |
| HSL | hsl(353, 71%, 51%) |
| CMYK | cmyk(0%, 81%, 71%, 14%) |
| LAB | lab(48.3 66.8 33.2) |
| LCH | lch(48.3 74.6 26.4) |
| OKLCH | oklch(0.580 0.210 21.2) |
Copy-ready code
/* CSS */
color: #db293f;
background-color: #db293f;
/* Tailwind (arbitrary) */
class="text-[#db293f] bg-[#db293f]"
/* SCSS */
$brand: #db293f;
/* SwiftUI */
Color(red: 0.859, green: 0.161, blue: 0.247)
/* Android */
Color.parseColor("#db293f")Accessibility — WCAG contrast
Aa
#db293f on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db293f on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green16.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow71.2%
Key (black)14.1%
Color previews
#db293f text on a black background
contrast 4.40:1
Card sample
#db293f text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db293f;
Background color
Panel with #db293f background
background-color: #db293f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db293f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 41, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 41, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db293f; background: linear-gradient(135deg, #db293f, #DB8A29);