#d0806f
a balanced, vivid red · warm · closest name: salmon
RGB
208, 128, 111
HSL
11°, 51%, 63%
CMYK
0, 39, 47, 18
Luminance
0.3000
Every format
| HEX | #d0806f |
| RGB | rgb(208, 128, 111) |
| HSL | hsl(11, 51%, 63%) |
| CMYK | cmyk(0%, 39%, 47%, 18%) |
| LAB | lab(61.6 29.1 22.3) |
| LCH | lch(61.6 36.6 37.5) |
| OKLCH | oklch(0.680 0.103 32.8) |
Copy-ready code
/* CSS */
color: #d0806f;
background-color: #d0806f;
/* Tailwind (arbitrary) */
class="text-[#d0806f] bg-[#d0806f]"
/* SCSS */
$brand: #d0806f;
/* SwiftUI */
Color(red: 0.816, green: 0.502, blue: 0.435)
/* Android */
Color.parseColor("#d0806f")Accessibility — WCAG contrast
Aa
#d0806f on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d0806f on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green50.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow46.6%
Key (black)18.4%
Color previews
#d0806f text on a black background
contrast 7.00:1
Card sample
#d0806f text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0806f;
Background color
Panel with #d0806f background
background-color: #d0806f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0806f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 128, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 128, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0806f; background: linear-gradient(135deg, #d0806f, #D0C16F);