#df6263
a balanced, vivid red · warm · closest name: salmon
RGB
223, 98, 99
HSL
360°, 66%, 63%
CMYK
0, 56, 56, 13
Luminance
0.2532
Every format
| HEX | #df6263 |
| RGB | rgb(223, 98, 99) |
| HSL | hsl(360, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 56%, 13%) |
| LAB | lab(57.4 48.9 23.9) |
| LCH | lch(57.4 54.4 26.0) |
| OKLCH | oklch(0.651 0.157 22.0) |
Copy-ready code
/* CSS */
color: #df6263;
background-color: #df6263;
/* Tailwind (arbitrary) */
class="text-[#df6263] bg-[#df6263]"
/* SCSS */
$brand: #df6263;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.388)
/* Android */
Color.parseColor("#df6263")Accessibility — WCAG contrast
Aa
#df6263 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6263 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow55.6%
Key (black)12.5%
Color previews
#df6263 text on a black background
contrast 6.06:1
Card sample
#df6263 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6263;
Background color
Panel with #df6263 background
background-color: #df6263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6263; background: linear-gradient(135deg, #df6263, #DFB462);