#df2045
a balanced, vivid red · warm · closest name: crimson
RGB
223, 32, 69
HSL
348°, 75%, 50%
CMYK
0, 86, 69, 13
Luminance
0.1715
Every format
| HEX | #df2045 |
| RGB | rgb(223, 32, 69) |
| HSL | hsl(348, 75%, 50%) |
| CMYK | cmyk(0%, 86%, 69%, 13%) |
| LAB | lab(48.5 70.1 30.1) |
| LCH | lch(48.5 76.3 23.2) |
| OKLCH | oklch(0.583 0.219 18.6) |
Copy-ready code
/* CSS */
color: #df2045;
background-color: #df2045;
/* Tailwind (arbitrary) */
class="text-[#df2045] bg-[#df2045]"
/* SCSS */
$brand: #df2045;
/* SwiftUI */
Color(red: 0.875, green: 0.125, blue: 0.271)
/* Android */
Color.parseColor("#df2045")Accessibility — WCAG contrast
Aa
#df2045 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2045 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow69.1%
Key (black)12.5%
Color previews
#df2045 text on a black background
contrast 4.43:1
Card sample
#df2045 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2045;
Background color
Panel with #df2045 background
background-color: #df2045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 32, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 32, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2045; background: linear-gradient(135deg, #df2045, #DF7A20);