#df3355
a balanced, vivid red · warm · closest name: crimson
RGB
223, 51, 85
HSL
348°, 73%, 54%
CMYK
0, 77, 62, 13
Luminance
0.1871
Every format
| HEX | #df3355 |
| RGB | rgb(223, 51, 85) |
| HSL | hsl(348, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 62%, 13%) |
| LAB | lab(50.4 66.3 22.8) |
| LCH | lch(50.4 70.2 19.0) |
| OKLCH | oklch(0.598 0.206 15.6) |
Copy-ready code
/* CSS */
color: #df3355;
background-color: #df3355;
/* Tailwind (arbitrary) */
class="text-[#df3355] bg-[#df3355]"
/* SCSS */
$brand: #df3355;
/* SwiftUI */
Color(red: 0.875, green: 0.200, blue: 0.333)
/* Android */
Color.parseColor("#df3355")Accessibility — WCAG contrast
Aa
#df3355 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3355 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow61.9%
Key (black)12.5%
Color previews
#df3355 text on a black background
contrast 4.74:1
Card sample
#df3355 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3355;
Background color
Panel with #df3355 background
background-color: #df3355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 51, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 51, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3355; background: linear-gradient(135deg, #df3355, #DF8333);