#df6773
a balanced, vivid red · warm · closest name: salmon
RGB
223, 103, 115
HSL
354°, 65%, 64%
CMYK
0, 54, 48, 13
Luminance
0.2663
Every format
| HEX | #df6773 |
| RGB | rgb(223, 103, 115) |
| HSL | hsl(354, 65%, 64%) |
| CMYK | cmyk(0%, 54%, 48%, 13%) |
| LAB | lab(58.6 47.9 16.3) |
| LCH | lch(58.6 50.6 18.8) |
| OKLCH | oklch(0.662 0.150 16.0) |
Copy-ready code
/* CSS */
color: #df6773;
background-color: #df6773;
/* Tailwind (arbitrary) */
class="text-[#df6773] bg-[#df6773]"
/* SCSS */
$brand: #df6773;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.451)
/* Android */
Color.parseColor("#df6773")Accessibility — WCAG contrast
Aa
#df6773 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6773 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow48.4%
Key (black)12.5%
Color previews
#df6773 text on a black background
contrast 6.33:1
Card sample
#df6773 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6773;
Background color
Panel with #df6773 background
background-color: #df6773;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6773;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6773; background: linear-gradient(135deg, #df6773, #DFAB67);