#df5255
a balanced, vivid red · warm · closest name: salmon
RGB
223, 82, 85
HSL
359°, 69%, 60%
CMYK
0, 63, 62, 13
Luminance
0.2238
Every format
| HEX | #df5255 |
| RGB | rgb(223, 82, 85) |
| HSL | hsl(359, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 62%, 13%) |
| LAB | lab(54.4 55.1 28.1) |
| LCH | lch(54.4 61.9 27.0) |
| OKLCH | oklch(0.628 0.176 22.5) |
Copy-ready code
/* CSS */
color: #df5255;
background-color: #df5255;
/* Tailwind (arbitrary) */
class="text-[#df5255] bg-[#df5255]"
/* SCSS */
$brand: #df5255;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.333)
/* Android */
Color.parseColor("#df5255")Accessibility — WCAG contrast
Aa
#df5255 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5255 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow61.9%
Key (black)12.5%
Color previews
#df5255 text on a black background
contrast 5.48:1
Card sample
#df5255 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5255;
Background color
Panel with #df5255 background
background-color: #df5255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5255; background: linear-gradient(135deg, #df5255, #DFAD52);