#774fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 79, 223
HSL
257°, 69%, 59%
CMYK
47, 65, 0, 13
Luminance
0.1484
Every format
| HEX | #774fdf |
| RGB | rgb(119, 79, 223) |
| HSL | hsl(257, 69%, 59%) |
| CMYK | cmyk(47%, 65%, 0%, 13%) |
| LAB | lab(45.4 50.1 -67.9) |
| LCH | lch(45.4 84.3 306.4) |
| OKLCH | oklch(0.551 0.208 290.7) |
Copy-ready code
/* CSS */
color: #774fdf;
background-color: #774fdf;
/* Tailwind (arbitrary) */
class="text-[#774fdf] bg-[#774fdf]"
/* SCSS */
$brand: #774fdf;
/* SwiftUI */
Color(red: 0.467, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#774fdf")Accessibility — WCAG contrast
Aa
#774fdf on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#774fdf on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green31.0%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#774fdf text on a black background
contrast 3.97:1
Card sample
#774fdf text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774fdf;
Background color
Panel with #774fdf background
background-color: #774fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774fdf; background: linear-gradient(135deg, #774fdf, #D74FDF);