#df8069
a balanced, vivid red · warm · closest name: salmon
RGB
223, 128, 105
HSL
12°, 65%, 64%
CMYK
0, 43, 53, 13
Luminance
0.3215
Every format
| HEX | #df8069 |
| RGB | rgb(223, 128, 105) |
| HSL | hsl(12, 65%, 64%) |
| CMYK | cmyk(0%, 43%, 53%, 13%) |
| LAB | lab(63.5 34.4 28.4) |
| LCH | lch(63.5 44.6 39.6) |
| OKLCH | oklch(0.698 0.123 34.5) |
Copy-ready code
/* CSS */
color: #df8069;
background-color: #df8069;
/* Tailwind (arbitrary) */
class="text-[#df8069] bg-[#df8069]"
/* SCSS */
$brand: #df8069;
/* SwiftUI */
Color(red: 0.875, green: 0.502, blue: 0.412)
/* Android */
Color.parseColor("#df8069")Accessibility — WCAG contrast
Aa
#df8069 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8069 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow52.9%
Key (black)12.5%
Color previews
#df8069 text on a black background
contrast 7.43:1
Card sample
#df8069 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8069;
Background color
Panel with #df8069 background
background-color: #df8069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 128, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 128, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8069; background: linear-gradient(135deg, #df8069, #DFCF69);