#df2549
a balanced, vivid red · warm · closest name: crimson
RGB
223, 37, 73
HSL
348°, 74%, 51%
CMYK
0, 83, 67, 13
Luminance
0.1749
Every format
| HEX | #df2549 |
| RGB | rgb(223, 37, 73) |
| HSL | hsl(348, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 67%, 13%) |
| LAB | lab(48.9 69.3 28.2) |
| LCH | lch(48.9 74.8 22.1) |
| OKLCH | oklch(0.587 0.216 17.9) |
Copy-ready code
/* CSS */
color: #df2549;
background-color: #df2549;
/* Tailwind (arbitrary) */
class="text-[#df2549] bg-[#df2549]"
/* SCSS */
$brand: #df2549;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.286)
/* Android */
Color.parseColor("#df2549")Accessibility — WCAG contrast
Aa
#df2549 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2549 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow67.3%
Key (black)12.5%
Color previews
#df2549 text on a black background
contrast 4.50:1
Card sample
#df2549 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2549;
Background color
Panel with #df2549 background
background-color: #df2549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2549; background: linear-gradient(135deg, #df2549, #DF7D25);