#df6253
a balanced, vivid red · warm · closest name: salmon
RGB
223, 98, 83
HSL
6°, 69%, 60%
CMYK
0, 56, 63, 13
Luminance
0.2505
Every format
| HEX | #df6253 |
| RGB | rgb(223, 98, 83) |
| HSL | hsl(6, 69%, 60%) |
| CMYK | cmyk(0%, 56%, 63%, 13%) |
| LAB | lab(57.1 47.8 32.6) |
| LCH | lch(57.1 57.9 34.3) |
| OKLCH | oklch(0.649 0.160 29.1) |
Copy-ready code
/* CSS */
color: #df6253;
background-color: #df6253;
/* Tailwind (arbitrary) */
class="text-[#df6253] bg-[#df6253]"
/* SCSS */
$brand: #df6253;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.325)
/* Android */
Color.parseColor("#df6253")Accessibility — WCAG contrast
Aa
#df6253 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6253 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow62.8%
Key (black)12.5%
Color previews
#df6253 text on a black background
contrast 6.01:1
Card sample
#df6253 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6253;
Background color
Panel with #df6253 background
background-color: #df6253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6253; background: linear-gradient(135deg, #df6253, #DFBF53);