#df5270
a balanced, vivid red · warm · closest name: salmon
RGB
223, 82, 112
HSL
347°, 69%, 60%
CMYK
0, 63, 50, 13
Luminance
0.2289
Every format
| HEX | #df5270 |
| RGB | rgb(223, 82, 112) |
| HSL | hsl(347, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 50%, 13%) |
| LAB | lab(55.0 57.1 12.9) |
| LCH | lch(55.0 58.6 12.8) |
| OKLCH | oklch(0.634 0.176 10.8) |
Copy-ready code
/* CSS */
color: #df5270;
background-color: #df5270;
/* Tailwind (arbitrary) */
class="text-[#df5270] bg-[#df5270]"
/* SCSS */
$brand: #df5270;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.439)
/* Android */
Color.parseColor("#df5270")Accessibility — WCAG contrast
Aa
#df5270 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5270 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow49.8%
Key (black)12.5%
Color previews
#df5270 text on a black background
contrast 5.58:1
Card sample
#df5270 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5270;
Background color
Panel with #df5270 background
background-color: #df5270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5270; background: linear-gradient(135deg, #df5270, #DF9252);