#778afd
a light, electric blue · warm · closest name: royalblue
RGB
119, 138, 253
HSL
232°, 97%, 73%
CMYK
53, 46, 0, 1
Luminance
0.2919
Every format
| HEX | #778afd |
| RGB | rgb(119, 138, 253) |
| HSL | hsl(232, 97%, 73%) |
| CMYK | cmyk(53%, 46%, 0%, 1%) |
| LAB | lab(61.0 24.7 -59.6) |
| LCH | lch(61.0 64.5 292.5) |
| OKLCH | oklch(0.673 0.170 273.9) |
Copy-ready code
/* CSS */
color: #778afd;
background-color: #778afd;
/* Tailwind (arbitrary) */
class="text-[#778afd] bg-[#778afd]"
/* SCSS */
$brand: #778afd;
/* SwiftUI */
Color(red: 0.467, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#778afd")Accessibility — WCAG contrast
Aa
#778afd on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778afd on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green54.1%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#778afd text on a black background
contrast 6.84:1
Card sample
#778afd text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778afd;
Background color
Panel with #778afd background
background-color: #778afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778afd; background: linear-gradient(135deg, #778afd, #BD77FD);