#df5f7b
a balanced, vivid red · warm · closest name: salmon
RGB
223, 95, 123
HSL
347°, 67%, 62%
CMYK
0, 57, 45, 13
Luminance
0.2530
Every format
| HEX | #df5f7b |
| RGB | rgb(223, 95, 123) |
| HSL | hsl(347, 67%, 62%) |
| CMYK | cmyk(0%, 57%, 45%, 13%) |
| LAB | lab(57.4 52.4 9.8) |
| LCH | lch(57.4 53.3 10.6) |
| OKLCH | oklch(0.653 0.161 9.2) |
Copy-ready code
/* CSS */
color: #df5f7b;
background-color: #df5f7b;
/* Tailwind (arbitrary) */
class="text-[#df5f7b] bg-[#df5f7b]"
/* SCSS */
$brand: #df5f7b;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.482)
/* Android */
Color.parseColor("#df5f7b")Accessibility — WCAG contrast
Aa
#df5f7b on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5f7b on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow44.8%
Key (black)12.5%
Color previews
#df5f7b text on a black background
contrast 6.06:1
Card sample
#df5f7b text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5f7b;
Background color
Panel with #df5f7b background
background-color: #df5f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5f7b; background: linear-gradient(135deg, #df5f7b, #DF995F);