#df7c95
a light, vivid magenta / pink · warm · closest name: salmon
RGB
223, 124, 149
HSL
345°, 61%, 68%
CMYK
0, 44, 33, 13
Luminance
0.3227
Every format
| HEX | #df7c95 |
| RGB | rgb(223, 124, 149) |
| HSL | hsl(345, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 33%, 13%) |
| LAB | lab(63.6 41.0 3.7) |
| LCH | lch(63.6 41.2 5.1) |
| OKLCH | oklch(0.702 0.125 4.6) |
Copy-ready code
/* CSS */
color: #df7c95;
background-color: #df7c95;
/* Tailwind (arbitrary) */
class="text-[#df7c95] bg-[#df7c95]"
/* SCSS */
$brand: #df7c95;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.584)
/* Android */
Color.parseColor("#df7c95")Accessibility — WCAG contrast
Aa
#df7c95 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c95 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow33.2%
Key (black)12.5%
Color previews
#df7c95 text on a black background
contrast 7.45:1
Card sample
#df7c95 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c95;
Background color
Panel with #df7c95 background
background-color: #df7c95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c95; background: linear-gradient(135deg, #df7c95, #DFA57C);