#df233c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 35, 60
HSL
352°, 75%, 51%
CMYK
0, 84, 73, 13
Luminance
0.1722
Every format
| HEX | #df233c |
| RGB | rgb(223, 35, 60) |
| HSL | hsl(352, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 73%, 13%) |
| LAB | lab(48.5 69.1 35.5) |
| LCH | lch(48.5 77.7 27.2) |
| OKLCH | oklch(0.583 0.218 21.6) |
Copy-ready code
/* CSS */
color: #df233c;
background-color: #df233c;
/* Tailwind (arbitrary) */
class="text-[#df233c] bg-[#df233c]"
/* SCSS */
$brand: #df233c;
/* SwiftUI */
Color(red: 0.875, green: 0.137, blue: 0.235)
/* Android */
Color.parseColor("#df233c")Accessibility — WCAG contrast
Aa
#df233c on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df233c on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow73.1%
Key (black)12.5%
Color previews
#df233c text on a black background
contrast 4.44:1
Card sample
#df233c text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df233c;
Background color
Panel with #df233c background
background-color: #df233c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df233c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 35, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 35, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df233c; background: linear-gradient(135deg, #df233c, #DF8723);