#778eee
a light, electric blue · warm · closest name: dodgerblue
RGB
119, 142, 238
HSL
228°, 78%, 70%
CMYK
50, 40, 0, 7
Luminance
0.2944
Every format
| HEX | #778eee |
| RGB | rgb(119, 142, 238) |
| HSL | hsl(228, 78%, 70%) |
| CMYK | cmyk(50%, 40%, 0%, 7%) |
| LAB | lab(61.2 17.8 -51.0) |
| LCH | lch(61.2 54.0 289.2) |
| OKLCH | oklch(0.672 0.144 271.9) |
Copy-ready code
/* CSS */
color: #778eee;
background-color: #778eee;
/* Tailwind (arbitrary) */
class="text-[#778eee] bg-[#778eee]"
/* SCSS */
$brand: #778eee;
/* SwiftUI */
Color(red: 0.467, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#778eee")Accessibility — WCAG contrast
Aa
#778eee on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778eee on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green55.7%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#778eee text on a black background
contrast 6.89:1
Card sample
#778eee text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778eee;
Background color
Panel with #778eee background
background-color: #778eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778eee; background: linear-gradient(135deg, #778eee, #AF77EE);