#774174
a dark, soft magenta / pink · warm · closest name: purple
RGB
119, 65, 116
HSL
303°, 29%, 36%
CMYK
0, 45, 3, 53
Luminance
0.0896
Every format
| HEX | #774174 |
| RGB | rgb(119, 65, 116) |
| HSL | hsl(303, 29%, 36%) |
| CMYK | cmyk(0%, 45%, 3%, 53%) |
| LAB | lab(35.9 31.5 -19.4) |
| LCH | lch(35.9 37.0 328.4) |
| OKLCH | oklch(0.460 0.103 329.1) |
Copy-ready code
/* CSS */
color: #774174;
background-color: #774174;
/* Tailwind (arbitrary) */
class="text-[#774174] bg-[#774174]"
/* SCSS */
$brand: #774174;
/* SwiftUI */
Color(red: 0.467, green: 0.255, blue: 0.455)
/* Android */
Color.parseColor("#774174")Accessibility — WCAG contrast
Aa
#774174 on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774174 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green25.5%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow2.5%
Key (black)53.3%
Color previews
#774174 text on a black background
contrast 2.79:1
Card sample
#774174 text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774174;
Background color
Panel with #774174 background
background-color: #774174;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774174;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 65, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 65, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774174; background: linear-gradient(135deg, #774174, #774150);