#78436b
a dark, soft magenta / pink · warm · closest name: gray
RGB
120, 67, 107
HSL
315°, 28%, 37%
CMYK
0, 44, 11, 53
Luminance
0.0907
Every format
| HEX | #78436b |
| RGB | rgb(120, 67, 107) |
| HSL | hsl(315, 28%, 37%) |
| CMYK | cmyk(0%, 44%, 11%, 53%) |
| LAB | lab(36.1 29.0 -13.4) |
| LCH | lch(36.1 31.9 335.1) |
| OKLCH | oklch(0.461 0.091 336.7) |
Copy-ready code
/* CSS */
color: #78436b;
background-color: #78436b;
/* Tailwind (arbitrary) */
class="text-[#78436b] bg-[#78436b]"
/* SCSS */
$brand: #78436b;
/* SwiftUI */
Color(red: 0.471, green: 0.263, blue: 0.420)
/* Android */
Color.parseColor("#78436b")Accessibility — WCAG contrast
Aa
#78436b on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#78436b on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green26.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow10.8%
Key (black)52.9%
Color previews
#78436b text on a black background
contrast 2.81:1
Card sample
#78436b text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78436b;
Background color
Panel with #78436b background
background-color: #78436b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78436b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 67, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 67, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78436b; background: linear-gradient(135deg, #78436b, #784348);