#df5f6b
a balanced, vivid red · warm · closest name: salmon
RGB
223, 95, 107
HSL
354°, 67%, 62%
CMYK
0, 57, 52, 13
Luminance
0.2493
Every format
| HEX | #df5f6b |
| RGB | rgb(223, 95, 107) |
| HSL | hsl(354, 67%, 62%) |
| CMYK | cmyk(0%, 57%, 52%, 13%) |
| LAB | lab(57.0 51.0 18.7) |
| LCH | lch(57.0 54.3 20.2) |
| OKLCH | oklch(0.649 0.160 17.0) |
Copy-ready code
/* CSS */
color: #df5f6b;
background-color: #df5f6b;
/* Tailwind (arbitrary) */
class="text-[#df5f6b] bg-[#df5f6b]"
/* SCSS */
$brand: #df5f6b;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.420)
/* Android */
Color.parseColor("#df5f6b")Accessibility — WCAG contrast
Aa
#df5f6b on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5f6b on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow52.0%
Key (black)12.5%
Color previews
#df5f6b text on a black background
contrast 5.99:1
Card sample
#df5f6b text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5f6b;
Background color
Panel with #df5f6b background
background-color: #df5f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5f6b; background: linear-gradient(135deg, #df5f6b, #DFA85F);