#774488
a dark, soft violet · warm · closest name: purple
RGB
119, 68, 136
HSL
285°, 33%, 40%
CMYK
13, 50, 0, 47
Luminance
0.0983
Every format
| HEX | #774488 |
| RGB | rgb(119, 68, 136) |
| HSL | hsl(285, 33%, 40%) |
| CMYK | cmyk(13%, 50%, 0%, 47%) |
| LAB | lab(37.5 34.0 -29.2) |
| LCH | lch(37.5 44.8 319.3) |
| OKLCH | oklch(0.476 0.119 317.2) |
Copy-ready code
/* CSS */
color: #774488;
background-color: #774488;
/* Tailwind (arbitrary) */
class="text-[#774488] bg-[#774488]"
/* SCSS */
$brand: #774488;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#774488")Accessibility — WCAG contrast
Aa
#774488 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774488 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue53.3%
CMYK percentages
Cyan12.5%
Magenta50.0%
Yellow0.0%
Key (black)46.7%
Color previews
#774488 text on a black background
contrast 2.97:1
Card sample
#774488 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774488;
Background color
Panel with #774488 background
background-color: #774488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774488; background: linear-gradient(135deg, #774488, #88446C);