#df2133
a balanced, vivid red · warm · closest name: crimson
RGB
223, 33, 51
HSL
354°, 75%, 50%
CMYK
0, 85, 77, 13
Luminance
0.1701
Every format
| HEX | #df2133 |
| RGB | rgb(223, 33, 51) |
| HSL | hsl(354, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 77%, 13%) |
| LAB | lab(48.3 69.2 40.4) |
| LCH | lch(48.3 80.1 30.3) |
| OKLCH | oklch(0.581 0.219 23.9) |
Copy-ready code
/* CSS */
color: #df2133;
background-color: #df2133;
/* Tailwind (arbitrary) */
class="text-[#df2133] bg-[#df2133]"
/* SCSS */
$brand: #df2133;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.200)
/* Android */
Color.parseColor("#df2133")Accessibility — WCAG contrast
Aa
#df2133 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2133 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow77.1%
Key (black)12.5%
Color previews
#df2133 text on a black background
contrast 4.40:1
Card sample
#df2133 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2133;
Background color
Panel with #df2133 background
background-color: #df2133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2133; background: linear-gradient(135deg, #df2133, #DF8E21);