#df6375
a balanced, vivid red · warm · closest name: salmon
RGB
223, 99, 117
HSL
351°, 66%, 63%
CMYK
0, 56, 48, 13
Luminance
0.2590
Every format
| HEX | #df6375 |
| RGB | rgb(223, 99, 117) |
| HSL | hsl(351, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 48%, 13%) |
| LAB | lab(57.9 50.0 14.1) |
| LCH | lch(57.9 51.9 15.8) |
| OKLCH | oklch(0.657 0.155 13.5) |
Copy-ready code
/* CSS */
color: #df6375;
background-color: #df6375;
/* Tailwind (arbitrary) */
class="text-[#df6375] bg-[#df6375]"
/* SCSS */
$brand: #df6375;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.459)
/* Android */
Color.parseColor("#df6375")Accessibility — WCAG contrast
Aa
#df6375 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6375 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow47.5%
Key (black)12.5%
Color previews
#df6375 text on a black background
contrast 6.18:1
Card sample
#df6375 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6375;
Background color
Panel with #df6375 background
background-color: #df6375;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6375;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6375; background: linear-gradient(135deg, #df6375, #DFA463);