#d5765f
a balanced, vivid red · warm · closest name: salmon
RGB
213, 118, 95
HSL
12°, 58%, 60%
CMYK
0, 45, 55, 17
Luminance
0.2793
Every format
| HEX | #d5765f |
| RGB | rgb(213, 118, 95) |
| HSL | hsl(12, 58%, 60%) |
| CMYK | cmyk(0%, 45%, 55%, 17%) |
| LAB | lab(59.8 34.9 29.0) |
| LCH | lch(59.8 45.4 39.8) |
| OKLCH | oklch(0.667 0.124 34.6) |
Copy-ready code
/* CSS */
color: #d5765f;
background-color: #d5765f;
/* Tailwind (arbitrary) */
class="text-[#d5765f] bg-[#d5765f]"
/* SCSS */
$brand: #d5765f;
/* SwiftUI */
Color(red: 0.835, green: 0.463, blue: 0.373)
/* Android */
Color.parseColor("#d5765f")Accessibility — WCAG contrast
Aa
#d5765f on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d5765f on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green46.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow55.4%
Key (black)16.5%
Color previews
#d5765f text on a black background
contrast 6.59:1
Card sample
#d5765f text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5765f;
Background color
Panel with #d5765f background
background-color: #d5765f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5765f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 118, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 118, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5765f; background: linear-gradient(135deg, #d5765f, #D5C55F);