#db274f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 39, 79
HSL
347°, 71%, 51%
CMYK
0, 82, 64, 14
Luminance
0.1708
Every format
| HEX | #db274f |
| RGB | rgb(219, 39, 79) |
| HSL | hsl(347, 71%, 51%) |
| CMYK | cmyk(0%, 82%, 64%, 14%) |
| LAB | lab(48.4 68.1 23.7) |
| LCH | lch(48.4 72.1 19.2) |
| OKLCH | oklch(0.582 0.211 15.6) |
Copy-ready code
/* CSS */
color: #db274f;
background-color: #db274f;
/* Tailwind (arbitrary) */
class="text-[#db274f] bg-[#db274f]"
/* SCSS */
$brand: #db274f;
/* SwiftUI */
Color(red: 0.859, green: 0.153, blue: 0.310)
/* Android */
Color.parseColor("#db274f")Accessibility — WCAG contrast
Aa
#db274f on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db274f on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green15.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow63.9%
Key (black)14.1%
Color previews
#db274f text on a black background
contrast 4.42:1
Card sample
#db274f text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db274f;
Background color
Panel with #db274f background
background-color: #db274f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db274f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 39, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 39, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db274f; background: linear-gradient(135deg, #db274f, #DB7727);