#df6f7b
a light, vivid red · warm · closest name: salmon
RGB
223, 111, 123
HSL
354°, 64%, 66%
CMYK
0, 50, 45, 13
Luminance
0.2849
Every format
| HEX | #df6f7b |
| RGB | rgb(223, 111, 123) |
| HSL | hsl(354, 64%, 66%) |
| CMYK | cmyk(0%, 50%, 45%, 13%) |
| LAB | lab(60.3 44.7 14.0) |
| LCH | lch(60.3 46.9 17.4) |
| OKLCH | oklch(0.675 0.140 14.9) |
Copy-ready code
/* CSS */
color: #df6f7b;
background-color: #df6f7b;
/* Tailwind (arbitrary) */
class="text-[#df6f7b] bg-[#df6f7b]"
/* SCSS */
$brand: #df6f7b;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.482)
/* Android */
Color.parseColor("#df6f7b")Accessibility — WCAG contrast
Aa
#df6f7b on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6f7b on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow44.8%
Key (black)12.5%
Color previews
#df6f7b text on a black background
contrast 6.70:1
Card sample
#df6f7b text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6f7b;
Background color
Panel with #df6f7b background
background-color: #df6f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6f7b; background: linear-gradient(135deg, #df6f7b, #DFAE6F);