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