#df6964
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 100
HSL
2°, 66%, 63%
CMYK
0, 53, 55, 13
Luminance
0.2671
Every format
| HEX | #df6964 |
| RGB | rgb(223, 105, 100) |
| HSL | hsl(2, 66%, 63%) |
| CMYK | cmyk(0%, 53%, 55%, 13%) |
| LAB | lab(58.7 45.6 25.0) |
| LCH | lch(58.7 52.0 28.7) |
| OKLCH | oklch(0.661 0.149 24.4) |
Copy-ready code
/* CSS */
color: #df6964;
background-color: #df6964;
/* Tailwind (arbitrary) */
class="text-[#df6964] bg-[#df6964]"
/* SCSS */
$brand: #df6964;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.392)
/* Android */
Color.parseColor("#df6964")Accessibility — WCAG contrast
Aa
#df6964 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6964 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow55.2%
Key (black)12.5%
Color previews
#df6964 text on a black background
contrast 6.34:1
Card sample
#df6964 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6964;
Background color
Panel with #df6964 background
background-color: #df6964;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6964;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6964; background: linear-gradient(135deg, #df6964, #DFBB64);