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