#df6950
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 80
HSL
11°, 69%, 59%
CMYK
0, 53, 64, 13
Luminance
0.2637
Every format
| HEX | #df6950 |
| RGB | rgb(223, 105, 80) |
| HSL | hsl(11, 69%, 59%) |
| CMYK | cmyk(0%, 53%, 64%, 13%) |
| LAB | lab(58.4 44.2 35.9) |
| LCH | lch(58.4 56.9 39.1) |
| OKLCH | oklch(0.658 0.153 33.4) |
Copy-ready code
/* CSS */
color: #df6950;
background-color: #df6950;
/* Tailwind (arbitrary) */
class="text-[#df6950] bg-[#df6950]"
/* SCSS */
$brand: #df6950;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.314)
/* Android */
Color.parseColor("#df6950")Accessibility — WCAG contrast
Aa
#df6950 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6950 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow64.1%
Key (black)12.5%
Color previews
#df6950 text on a black background
contrast 6.27:1
Card sample
#df6950 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6950;
Background color
Panel with #df6950 background
background-color: #df6950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6950; background: linear-gradient(135deg, #df6950, #DFC850);