#779eee
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 158, 238
HSL
220°, 78%, 70%
CMYK
50, 34, 0, 7
Luminance
0.3455
Every format
| HEX | #779eee |
| RGB | rgb(119, 158, 238) |
| HSL | hsl(220, 78%, 70%) |
| CMYK | cmyk(50%, 34%, 0%, 7%) |
| LAB | lab(65.4 8.4 -44.3) |
| LCH | lch(65.4 45.1 280.8) |
| OKLCH | oklch(0.704 0.126 263.7) |
Copy-ready code
/* CSS */
color: #779eee;
background-color: #779eee;
/* Tailwind (arbitrary) */
class="text-[#779eee] bg-[#779eee]"
/* SCSS */
$brand: #779eee;
/* SwiftUI */
Color(red: 0.467, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#779eee")Accessibility — WCAG contrast
Aa
#779eee on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779eee on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.0%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#779eee text on a black background
contrast 7.91:1
Card sample
#779eee text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779eee;
Background color
Panel with #779eee background
background-color: #779eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779eee; background: linear-gradient(135deg, #779eee, #9F77EE);