#df6475
a balanced, vivid red · warm · closest name: salmon
RGB
223, 100, 117
HSL
352°, 66%, 63%
CMYK
0, 55, 48, 13
Luminance
0.2609
Every format
| HEX | #df6475 |
| RGB | rgb(223, 100, 117) |
| HSL | hsl(352, 66%, 63%) |
| CMYK | cmyk(0%, 55%, 48%, 13%) |
| LAB | lab(58.1 49.5 14.4) |
| LCH | lch(58.1 51.5 16.2) |
| OKLCH | oklch(0.658 0.154 13.8) |
Copy-ready code
/* CSS */
color: #df6475;
background-color: #df6475;
/* Tailwind (arbitrary) */
class="text-[#df6475] bg-[#df6475]"
/* SCSS */
$brand: #df6475;
/* SwiftUI */
Color(red: 0.875, green: 0.392, blue: 0.459)
/* Android */
Color.parseColor("#df6475")Accessibility — WCAG contrast
Aa
#df6475 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6475 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.2%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow47.5%
Key (black)12.5%
Color previews
#df6475 text on a black background
contrast 6.22:1
Card sample
#df6475 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6475;
Background color
Panel with #df6475 background
background-color: #df6475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 100, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 100, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6475; background: linear-gradient(135deg, #df6475, #DFA564);