#7773df
a light, vivid blue · warm · closest name: slateblue
RGB
119, 115, 223
HSL
242°, 63%, 66%
CMYK
47, 48, 0, 13
Luminance
0.2151
Every format
| HEX | #7773df |
| RGB | rgb(119, 115, 223) |
| HSL | hsl(242, 63%, 66%) |
| CMYK | cmyk(47%, 48%, 0%, 13%) |
| LAB | lab(53.5 29.3 -54.8) |
| LCH | lch(53.5 62.2 298.1) |
| OKLCH | oklch(0.611 0.160 282.3) |
Copy-ready code
/* CSS */
color: #7773df;
background-color: #7773df;
/* Tailwind (arbitrary) */
class="text-[#7773df] bg-[#7773df]"
/* SCSS */
$brand: #7773df;
/* SwiftUI */
Color(red: 0.467, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#7773df")Accessibility — WCAG contrast
Aa
#7773df on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7773df on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green45.1%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7773df text on a black background
contrast 5.30:1
Card sample
#7773df text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7773df;
Background color
Panel with #7773df background
background-color: #7773df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7773df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7773df; background: linear-gradient(135deg, #7773df, #BF73DF);