#df3243
a balanced, vivid red · warm · closest name: crimson
RGB
223, 50, 67
HSL
354°, 73%, 54%
CMYK
0, 78, 70, 13
Luminance
0.1837
Every format
| HEX | #df3243 |
| RGB | rgb(223, 50, 67) |
| HSL | hsl(354, 73%, 54%) |
| CMYK | cmyk(0%, 78%, 70%, 13%) |
| LAB | lab(50.0 65.7 33.1) |
| LCH | lch(50.0 73.5 26.7) |
| OKLCH | oklch(0.594 0.207 21.6) |
Copy-ready code
/* CSS */
color: #df3243;
background-color: #df3243;
/* Tailwind (arbitrary) */
class="text-[#df3243] bg-[#df3243]"
/* SCSS */
$brand: #df3243;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.263)
/* Android */
Color.parseColor("#df3243")Accessibility — WCAG contrast
Aa
#df3243 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3243 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow70.0%
Key (black)12.5%
Color previews
#df3243 text on a black background
contrast 4.67:1
Card sample
#df3243 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3243;
Background color
Panel with #df3243 background
background-color: #df3243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3243; background: linear-gradient(135deg, #df3243, #DF9432);