#df5367
a balanced, vivid red · warm · closest name: salmon
RGB
223, 83, 103
HSL
351°, 69%, 60%
CMYK
0, 63, 54, 13
Luminance
0.2285
Every format
| HEX | #df5367 |
| RGB | rgb(223, 83, 103) |
| HSL | hsl(351, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 54%, 13%) |
| LAB | lab(54.9 56.0 18.2) |
| LCH | lch(54.9 58.9 18.0) |
| OKLCH | oklch(0.633 0.174 15.1) |
Copy-ready code
/* CSS */
color: #df5367;
background-color: #df5367;
/* Tailwind (arbitrary) */
class="text-[#df5367] bg-[#df5367]"
/* SCSS */
$brand: #df5367;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.404)
/* Android */
Color.parseColor("#df5367")Accessibility — WCAG contrast
Aa
#df5367 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5367 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow53.8%
Key (black)12.5%
Color previews
#df5367 text on a black background
contrast 5.57:1
Card sample
#df5367 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5367;
Background color
Panel with #df5367 background
background-color: #df5367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5367; background: linear-gradient(135deg, #df5367, #DF9C53);