#df7969
a balanced, vivid red · warm · closest name: salmon
RGB
223, 121, 105
HSL
8°, 65%, 64%
CMYK
0, 46, 53, 13
Luminance
0.3038
Every format
| HEX | #df7969 |
| RGB | rgb(223, 121, 105) |
| HSL | hsl(8, 65%, 64%) |
| CMYK | cmyk(0%, 46%, 53%, 13%) |
| LAB | lab(62.0 38.0 26.5) |
| LCH | lch(62.0 46.3 34.9) |
| OKLCH | oklch(0.687 0.130 30.1) |
Copy-ready code
/* CSS */
color: #df7969;
background-color: #df7969;
/* Tailwind (arbitrary) */
class="text-[#df7969] bg-[#df7969]"
/* SCSS */
$brand: #df7969;
/* SwiftUI */
Color(red: 0.875, green: 0.475, blue: 0.412)
/* Android */
Color.parseColor("#df7969")Accessibility — WCAG contrast
Aa
#df7969 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7969 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow52.9%
Key (black)12.5%
Color previews
#df7969 text on a black background
contrast 7.08:1
Card sample
#df7969 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7969;
Background color
Panel with #df7969 background
background-color: #df7969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 121, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 121, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7969; background: linear-gradient(135deg, #df7969, #DFC869);