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