#d4635f
a balanced, vivid red · warm · closest name: salmon
RGB
212, 99, 95
HSL
2°, 58%, 60%
CMYK
0, 53, 55, 17
Luminance
0.2375
Every format
| HEX | #d4635f |
| RGB | rgb(212, 99, 95) |
| HSL | hsl(2, 58%, 60%) |
| CMYK | cmyk(0%, 53%, 55%, 17%) |
| LAB | lab(55.8 44.2 23.8) |
| LCH | lch(55.8 50.2 28.3) |
| OKLCH | oklch(0.636 0.144 24.0) |
Copy-ready code
/* CSS */
color: #d4635f;
background-color: #d4635f;
/* Tailwind (arbitrary) */
class="text-[#d4635f] bg-[#d4635f]"
/* SCSS */
$brand: #d4635f;
/* SwiftUI */
Color(red: 0.831, green: 0.388, blue: 0.373)
/* Android */
Color.parseColor("#d4635f")Accessibility — WCAG contrast
Aa
#d4635f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d4635f on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green38.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow55.2%
Key (black)16.9%
Color previews
#d4635f text on a black background
contrast 5.75:1
Card sample
#d4635f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4635f;
Background color
Panel with #d4635f background
background-color: #d4635f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4635f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 99, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 99, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4635f; background: linear-gradient(135deg, #d4635f, #D4B15F);