#d35f6e
a balanced, vivid red · warm · closest name: salmon
RGB
211, 95, 110
HSL
352°, 57%, 60%
CMYK
0, 55, 48, 17
Luminance
0.2316
Every format
| HEX | #d35f6e |
| RGB | rgb(211, 95, 110) |
| HSL | hsl(352, 57%, 60%) |
| CMYK | cmyk(0%, 55%, 48%, 17%) |
| LAB | lab(55.2 47.1 14.2) |
| LCH | lch(55.2 49.2 16.8) |
| OKLCH | oklch(0.632 0.147 14.3) |
Copy-ready code
/* CSS */
color: #d35f6e;
background-color: #d35f6e;
/* Tailwind (arbitrary) */
class="text-[#d35f6e] bg-[#d35f6e]"
/* SCSS */
$brand: #d35f6e;
/* SwiftUI */
Color(red: 0.827, green: 0.373, blue: 0.431)
/* Android */
Color.parseColor("#d35f6e")Accessibility — WCAG contrast
Aa
#d35f6e on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d35f6e on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green37.3%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow47.9%
Key (black)17.3%
Color previews
#d35f6e text on a black background
contrast 5.63:1
Card sample
#d35f6e text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d35f6e;
Background color
Panel with #d35f6e background
background-color: #d35f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d35f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 95, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 95, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d35f6e; background: linear-gradient(135deg, #d35f6e, #D39D5F);