#d7635f
a balanced, vivid red · warm · closest name: salmon
RGB
215, 99, 95
HSL
2°, 60%, 61%
CMYK
0, 54, 56, 16
Luminance
0.2420
Every format
| HEX | #d7635f |
| RGB | rgb(215, 99, 95) |
| HSL | hsl(2, 60%, 61%) |
| CMYK | cmyk(0%, 54%, 56%, 16%) |
| LAB | lab(56.3 45.3 24.5) |
| LCH | lch(56.3 51.5 28.4) |
| OKLCH | oklch(0.640 0.147 24.1) |
Copy-ready code
/* CSS */
color: #d7635f;
background-color: #d7635f;
/* Tailwind (arbitrary) */
class="text-[#d7635f] bg-[#d7635f]"
/* SCSS */
$brand: #d7635f;
/* SwiftUI */
Color(red: 0.843, green: 0.388, blue: 0.373)
/* Android */
Color.parseColor("#d7635f")Accessibility — WCAG contrast
Aa
#d7635f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d7635f on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green38.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow55.8%
Key (black)15.7%
Color previews
#d7635f text on a black background
contrast 5.84:1
Card sample
#d7635f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7635f;
Background color
Panel with #d7635f background
background-color: #d7635f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7635f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 99, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 99, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7635f; background: linear-gradient(135deg, #d7635f, #D7B35F);