#df6569
a balanced, vivid red · warm · closest name: salmon
RGB
223, 101, 105
HSL
358°, 66%, 64%
CMYK
0, 55, 53, 13
Luminance
0.2602
Every format
| HEX | #df6569 |
| RGB | rgb(223, 101, 105) |
| HSL | hsl(358, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 53%, 13%) |
| LAB | lab(58.1 48.0 21.3) |
| LCH | lch(58.1 52.5 23.9) |
| OKLCH | oklch(0.657 0.153 20.3) |
Copy-ready code
/* CSS */
color: #df6569;
background-color: #df6569;
/* Tailwind (arbitrary) */
class="text-[#df6569] bg-[#df6569]"
/* SCSS */
$brand: #df6569;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.412)
/* Android */
Color.parseColor("#df6569")Accessibility — WCAG contrast
Aa
#df6569 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6569 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow52.9%
Key (black)12.5%
Color previews
#df6569 text on a black background
contrast 6.20:1
Card sample
#df6569 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6569;
Background color
Panel with #df6569 background
background-color: #df6569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6569; background: linear-gradient(135deg, #df6569, #DFB265);