#db3b5f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 59, 95
HSL
347°, 69%, 55%
CMYK
0, 73, 57, 14
Luminance
0.1901
Every format
| HEX | #db3b5f |
| RGB | rgb(219, 59, 95) |
| HSL | hsl(347, 69%, 55%) |
| CMYK | cmyk(0%, 73%, 57%, 14%) |
| LAB | lab(50.7 63.3 17.1) |
| LCH | lch(50.7 65.6 15.1) |
| OKLCH | oklch(0.600 0.196 12.6) |
Copy-ready code
/* CSS */
color: #db3b5f;
background-color: #db3b5f;
/* Tailwind (arbitrary) */
class="text-[#db3b5f] bg-[#db3b5f]"
/* SCSS */
$brand: #db3b5f;
/* SwiftUI */
Color(red: 0.859, green: 0.231, blue: 0.373)
/* Android */
Color.parseColor("#db3b5f")Accessibility — WCAG contrast
Aa
#db3b5f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3b5f on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green23.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow56.6%
Key (black)14.1%
Color previews
#db3b5f text on a black background
contrast 4.80:1
Card sample
#db3b5f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3b5f;
Background color
Panel with #db3b5f background
background-color: #db3b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 59, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 59, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3b5f; background: linear-gradient(135deg, #db3b5f, #DB823B);