#774455
a dark, soft magenta / pink · warm · closest name: gray
RGB
119, 68, 85
HSL
340°, 27%, 37%
CMYK
0, 43, 29, 53
Luminance
0.0871
Every format
| HEX | #774455 |
| RGB | rgb(119, 68, 85) |
| HSL | hsl(340, 27%, 37%) |
| CMYK | cmyk(0%, 43%, 29%, 53%) |
| LAB | lab(35.4 24.3 -0.6) |
| LCH | lch(35.4 24.3 358.6) |
| OKLCH | oklch(0.453 0.073 359.0) |
Copy-ready code
/* CSS */
color: #774455;
background-color: #774455;
/* Tailwind (arbitrary) */
class="text-[#774455] bg-[#774455]"
/* SCSS */
$brand: #774455;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.333)
/* Android */
Color.parseColor("#774455")Accessibility — WCAG contrast
Aa
#774455 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774455 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow28.6%
Key (black)53.3%
Color previews
#774455 text on a black background
contrast 2.74:1
Card sample
#774455 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774455;
Background color
Panel with #774455 background
background-color: #774455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774455; background: linear-gradient(135deg, #774455, #775544);