#df7263
a balanced, vivid red · warm · closest name: salmon
RGB
223, 114, 99
HSL
7°, 66%, 63%
CMYK
0, 49, 56, 13
Luminance
0.2862
Every format
| HEX | #df7263 |
| RGB | rgb(223, 114, 99) |
| HSL | hsl(7, 66%, 63%) |
| CMYK | cmyk(0%, 49%, 56%, 13%) |
| LAB | lab(60.5 41.1 27.9) |
| LCH | lch(60.5 49.6 34.2) |
| OKLCH | oklch(0.675 0.139 29.3) |
Copy-ready code
/* CSS */
color: #df7263;
background-color: #df7263;
/* Tailwind (arbitrary) */
class="text-[#df7263] bg-[#df7263]"
/* SCSS */
$brand: #df7263;
/* SwiftUI */
Color(red: 0.875, green: 0.447, blue: 0.388)
/* Android */
Color.parseColor("#df7263")Accessibility — WCAG contrast
Aa
#df7263 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7263 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow55.6%
Key (black)12.5%
Color previews
#df7263 text on a black background
contrast 6.72:1
Card sample
#df7263 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7263;
Background color
Panel with #df7263 background
background-color: #df7263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 114, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 114, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7263; background: linear-gradient(135deg, #df7263, #DFC563);