#db3f3f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 63, 63
HSL
0°, 68%, 55%
CMYK
0, 71, 71, 14
Luminance
0.1897
Every format
| HEX | #db3f3f |
| RGB | rgb(219, 63, 63) |
| HSL | hsl(0, 68%, 55%) |
| CMYK | cmyk(0%, 71%, 71%, 14%) |
| LAB | lab(50.7 60.1 36.0) |
| LCH | lch(50.7 70.1 30.9) |
| OKLCH | oklch(0.598 0.193 25.2) |
Copy-ready code
/* CSS */
color: #db3f3f;
background-color: #db3f3f;
/* Tailwind (arbitrary) */
class="text-[#db3f3f] bg-[#db3f3f]"
/* SCSS */
$brand: #db3f3f;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#db3f3f")Accessibility — WCAG contrast
Aa
#db3f3f on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3f3f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow71.2%
Key (black)14.1%
Color previews
#db3f3f text on a black background
contrast 4.79:1
Card sample
#db3f3f text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3f3f;
Background color
Panel with #db3f3f background
background-color: #db3f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3f3f; background: linear-gradient(135deg, #db3f3f, #DBA73F);