#d95f49
a balanced, vivid red · warm · closest name: salmon
RGB
217, 95, 73
HSL
9°, 66%, 57%
CMYK
0, 56, 66, 15
Luminance
0.2342
Every format
| HEX | #d95f49 |
| RGB | rgb(217, 95, 73) |
| HSL | hsl(9, 66%, 57%) |
| CMYK | cmyk(0%, 56%, 66%, 15%) |
| LAB | lab(55.5 46.4 36.0) |
| LCH | lch(55.5 58.8 37.8) |
| OKLCH | oklch(0.634 0.158 32.1) |
Copy-ready code
/* CSS */
color: #d95f49;
background-color: #d95f49;
/* Tailwind (arbitrary) */
class="text-[#d95f49] bg-[#d95f49]"
/* SCSS */
$brand: #d95f49;
/* SwiftUI */
Color(red: 0.851, green: 0.373, blue: 0.286)
/* Android */
Color.parseColor("#d95f49")Accessibility — WCAG contrast
Aa
#d95f49 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d95f49 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green37.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow66.4%
Key (black)14.9%
Color previews
#d95f49 text on a black background
contrast 5.68:1
Card sample
#d95f49 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d95f49;
Background color
Panel with #d95f49 background
background-color: #d95f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d95f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 95, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 95, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d95f49; background: linear-gradient(135deg, #d95f49, #D9BF49);