#d4697f
a balanced, vivid red · warm · closest name: salmon
RGB
212, 105, 127
HSL
348°, 55%, 62%
CMYK
0, 51, 40, 17
Luminance
0.2563
Every format
| HEX | #d4697f |
| RGB | rgb(212, 105, 127) |
| HSL | hsl(348, 55%, 62%) |
| CMYK | cmyk(0%, 51%, 40%, 17%) |
| LAB | lab(57.7 44.3 7.7) |
| LCH | lch(57.7 44.9 9.9) |
| OKLCH | oklch(0.652 0.136 8.6) |
Copy-ready code
/* CSS */
color: #d4697f;
background-color: #d4697f;
/* Tailwind (arbitrary) */
class="text-[#d4697f] bg-[#d4697f]"
/* SCSS */
$brand: #d4697f;
/* SwiftUI */
Color(red: 0.831, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#d4697f")Accessibility — WCAG contrast
Aa
#d4697f on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d4697f on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow40.1%
Key (black)16.9%
Color previews
#d4697f text on a black background
contrast 6.13:1
Card sample
#d4697f text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4697f;
Background color
Panel with #d4697f background
background-color: #d4697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4697f; background: linear-gradient(135deg, #d4697f, #D49B69);